/* CSS Document */
A, A:visited{
	color: #FFCC00;
	text-decoration: none;
}
A:hover, A:active{
	color: #FFCC00;
	text-decoration: underline;
}
body{
	background-color: #000000;
}
.footer, .footer A, .footer A:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.footer A:hover, .footer A:active{
	color: #FFFFFF;
	text-decoration: underline;
}
.grey{
	color: #999999;
}
.header, .header A, .header A:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
.header A:hover, .header A:active{
	color: #FFFFFF;
	text-decoration: underline;
}
.linkc{
	color: #FFCC00;
}
.tabs, .tabs A, .tabs A:visited, .tabs A:hover, .tabs A:active{
	color: #FFCC00;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.t{
	font-size: large;
	color: #0099FF;
}
td{
	font-size: 13px;
	font-family: arial;
	color: #FFFFFF;
}