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