/* CSS Document */

a:link {
	color: #394F75;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FF0033;
}
a:hover {
	text-decoration: underline;
	color: #394F75;
}
a:active {
	text-decoration: none;
	color: #394F75;
}

body {
	background-color: #394f75;
}

.style1 {font-size: x-small}

.style2 {font-weight: bold}

.style3 {font-size: small}

.style4 {font-size: x-small; font-weight: bold; }

.style5 {
	color: #A40A16;
	font-weight: bold;
}
.style6 {color: #FFFFFF}
.style7 {
	color: #336666;
	font-size: small;
}
.style9 {color: #FFFFFF; font-weight: bold; }

.style10 {color: #333333}
.style12 {font-weight: bold}
