/* CSS Document */
A, A:visited, A:active{
	color: 333333;
	text-decoration: underline;
}
A:hover{
	color: #CC0000;
	text-decoration: underline;
}
.banner{
	border-bottom: #666666 1px solid;
}
body{
	background-color: #FE6D6D;
}
.foot, .banner{
	background-color: #CCCCCC;
	border-top: #666666 1px solid;
}
.footer, .footer A, .footer A:visited, .footer A:active{
	color: #333333;
	text-decoration: none;
}
.footer A:hover{
	color: #333333;
	text-decoration: underline;
}
.main{
	border: #666666 1px solid;
	background-color: #FFFFFF;
}
.t{
	font-size: large;
	color: #009900;
}
td{
	font-family: verdana, arial, times;
	color: #333333;
}