/* CSS Document */

body {background-color: #000000;}

a:link {font-family: Arial; color: white; text-decoration: none;}
a:visited {font-family: Arial; color: white; text-decoration: none;}
a:hover {font-family: Arial; color: white; text-decoration: underline;}
a:active {font-family: Arial; color: white; text-decoration: underline;}


a.class {color: #FFFFFF;}.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
