@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin-top: 0px;
}

.white {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.hyperlink_white {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.hyperlink_white:link {	text-decoration: none;}
a.hyperlink_white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.hyperlink_white:visited {	text-decoration: none;}

.hyperlink_yellow {
	color: #FFFF00;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.hyperlink_yellow:link {	text-decoration: none;}
a.hyperlink_yellow:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a.hyperlink_yellow:visited {	text-decoration: none;}
