/* CSS Document */
A, A:visited, A:active{
	color: #000099;
	text-decoration: underline;
}
A:hover{
	color: #0000CC;
	text-decoration: underline;
}
body{
	background-color: #F0F0F0;
}
.footer, .footer A, .footer A:visited, .footer A:active{
	color: #333333;
	text-decoration: none;
}
.footer A:hover{
	color: #333333;
	text-decoration: underline;
}
.main{
	font-family: verdana, arial, times;
}
.t{
	font-size: large;
	color: #CC0000;
}
td{
	font-size: 12px;
	font-family: arial;
	color: #333333;
}