/* CSS Document */
A, A:visited{
	color: #000000;
	text-decoration: underline;
}
A:hover, A:active{
	color: #FFFFFF;
	text-decoration: none;
}
body{
	background-color: #FF8484;
}
.cont{
	font-family: arial, verdana;
	font-size: 13px;
}
.footer, .footer A, .footer A:visited{
	color: #333333;
	text-decoration: none;
}
.footer A:hover, .footer A:active{
	color: #333333;
	text-decoration: underline;
}
.t{
	font-size: large;
	color: #666666;
}
td{
	font-size: 11px;
	font-family: verdana;
}