/* CSS Document */
A, A:visited, A:active{
	color: #CC0000;
	text-decoration: underline;
}
A:hover{
	color: #0099FF;
	text-decoration: underline;
}
.bannerbg{
	background-color: #CDB31F;
}
body{
	background-color: #CDB31F;
}
.footer, .footer A, .footer A:visited, .footer A:active{
	color: #000000;
	text-decoration: none;
}
.footer A:hover{
	color: #000000;
	text-decoration: underline;
}
.header, .header A, .header A:visited, .header A:active, .header A:hover{
	color: #000000;
	text-decoration: none;
}
.nav{
	font-size: 12px;
}
.nav A, .nav A:visited, .nav:active{
	text-decoration: underline;
	color: #000000;
}
.nav A:hover{
	color: #CC0000;
	text-decoration: underline;
}
td{
	font-size: 13px;
	font-family: arial, times, verdana;
	color: #000000;
}
.titlebar{
	font-weight: bold;
	background-color: #DDDDDD;
	border: #999999 1px solid;
}