/* CSS Document */
A, A:visited{
	color: #CCCCCC;
	text-decoration: underline;
}
A:hover, A:active{
	color: #FFCC00;
	text-decoration: underline;
}
.bod{
	background-color: #666666;
}
body{
	background-color: #333333;
}
.footerbg{
	background-color: #999999;
}
.headerbg{
	background-color: #999999;
}
.lighttablebg{
	background-color: #999999;
}
.t{
	font-size: large;
	color: #FFCC00;
}
td{
	font-family: arial, verdana;
	color: #CCCCCC;
}
.smalltext{
	font-size: 12px;
}