/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
    background-color: #000000;
	background-image: url(../images/logo_bg.gif);
	background-repeat: repeat-x;
    margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
.style1 {
	font-size: 9px;
	color: #ffffff;
}
.style2 {
    font-family: "Georgia";
	test-decoration: bold;
	font-size: 18px;
	color: #ffffff;
}
-->
