/* CSS Document */
A, A:visited{
	color: #009900;
	text-decoration: none;
}
A:hover, A:active{
	color: #009900;
	text-decoration: underline;
}
.alt, .alt A, .alt A:visited{
	color: #000000;
	text-decoration: none;
}
.alt A:hover, .alt A:active{
	color: #000000;
	text-decoration: underline;
}
body{
	background-color: #666666;
}
.footer, .footer A, .footer A:visited{
	color: #000000;
	text-decoration: none;
}
.footer A:hover, .footer A:active{
	color: #000000;
	text-decoration: underline;
}
.t{
	color: #000099;
	font-size: large;
}
td{
	font-size: 13px;
	font-family: arial;
}