/* CSS Document */

body {
	background-color: #392886;
}


A {text-decoration: underline; color: #3300FF;}
A:hover {text-decoration: underline;color: #FF0000;}

.style1 {	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #105284;
	font-style: italic;
	font-size: 12px;
}
.style2 {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.style3 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.style4 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.style5 {
	color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.style6 {font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.style23 {font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}




