/* CSS Document */
A, A:visited{
	color: #333333;
	text-decoration: underline;
}
A:hover{
	color: #CC0000;
	text-decoration: underline;
}
.footer A, .footer A:visited, .footer A:active{
	color: #333333;
	text-decoration: none;
}
.footer A:hover{
	color: #33333;
	text-decoration: underline;
}
.main{
	border: #CCCCCC 1px solid;
}
.t{
	color: #000099;
	font-size: large;
}
td{
	font-size: 12px;
	font-family: arial, verdana, times;
	color: #333333;
}