/* CSS Document */


p{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990066;
}
.texthyperlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: inherit;
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
}



.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: #FFFFFF;
	font-weight: bold;
	color: #990099;
	text-decoration: none;
	background-color: #000000;
	display: block;
	width: 180px;
	border-top-width: thick;
	border-bottom-width: thick;
	border-right-width: thick;
	line-height: inherit;
	letter-spacing: normal;
	text-align: right;
	margin-right: 2px;
	padding: 20px;
	margin-top: -17px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	color: #333333;
}
.mediaplayer {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #0000CC;
}
.mediaplayer:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #0033FF;
}



.navigation:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: #FFFFFF;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 180px;
	border-top-width: thick;
	border-bottom-width: thick;
	border-right-width: thick;
	line-height: inherit;
	letter-spacing: normal;
	padding: 20px;
	background-color: #333333;
}
.texthyperlink:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: inherit;
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}

