@charset "utf-8";
/* CSS Document */
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style3 {color: #FF0000}
.style4 {color: #FFFFFF}
.style5 {
	font-size: large;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	background-position: center;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	font-size: large;
}

body {
	background-color: #000000;
}
body,td,th {
	color: #000000;
}
a:link {
	text-decoration: underline;
	color: #FF0000;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #2CA8E4;
}

a:active {
	text-decoration: underline;
}

