/* CSS Document */
A, A:visited, A:active{
	color: #CCCCCC;
	text-decoration: underline;
}
A:hover{
	color: #FF9933;
	text-decoration: underline;
}
body{
	background-color: #111111;
}
.footer, .footer A, .footer A:visited, .footer A:active{
	color: #999999;
	text-decoration: none;
}
.footer A:hover{
	color: #999999;
	text-decoration: underline;
}
.left td{
	color: #000000;
}
.left A, .left A:visited, .left A:active{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.left A:hover{
	color: #FF9933;
	text-decoration: none;
}
.t{
	font-size: 24px;
	color: #FF9933;
}
td{
	font-size: 12px;
	font-family: arial, verdana, times;
	color: #CCCCCC;
}
.top{
	font-size: 18px;
	font-weight: bold;
	color: #FF9933;
}