/* CSS Document */
A, A:visited, A:active{
	color: #333333;
	text-decoration: underline;
}
A:hover{
	color: #CC0000;
	text-decoration: underline;
}
body{
	background-color: #999999;
}
.footer A, .footer A:visited, .footer A:active{
	color: #333333;
	text-decoration: none;
}
.footer A:hover{
	color: #333333;
	text-decoration: underline;
}
.main{
	background-color: #AC9E53;
}
.mainsub{
	border: #666666 1px solid;
}
.nav, .nav A, .nav A:visited, .nav A:active{
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.nav A:hover{
	color: #333333;
	text-decoration: none;
}
.t{
	font-size: large;
	color: #666666;
}
td{
	font-size: 12px;
	font-family: arial, verdana, times;
	color: #333333;
}