/* CSS Document */
body{
	margin: 0px;
	background-color: #000000;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	color: #999999;
	font-size: 11px;
}
body,td,th {
	font-family: Tahoma, Verdana, Trebuchet MS, Arial;
	font-size: 9px;
	color: #333333;
}
.style1{
	color: #CC0000
}
a:link{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:visited{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
td{
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	color: #666666;
	font-size: 11px;
}

