/* CSS Document */

<!--
body {
	background-color: #000000;
}
.style1 {
	font-family: Tahoma;
	font-size: 11px;
}
.style2 {font-family: Tahoma; font-size: 11px; color: #F1F1F1; }
a:link {
	color: #F1F1F1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F1F1F1;
}
a:hover {
	text-decoration: underline;
	color: #F1F1F1;
}
a:active {
	text-decoration: none;
	color: #F1F1F1;
}
-->