/* CSS Document */
A, A:visited, A:active{
	color: #333333;
	text-decoration: underline;
}
A:hover{
	color: #CC0000;
	text-decoration: underline;
}
body{
	background-color: #DDDDDD;
}
.foot{
	border: #000000 1px solid;
	background-color: #666666;
}
.footer, .footer A, .footer A:visited, .footer A:active{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9px;
	font-family: verdana, times, arial;
}
.footer A:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
.l1, .l2{
	border-right: #000000 1px solid;
}
.l1{
	border-left: #000000 1px solid;
}
.l3{
	border-bottom: #000000 1px solid;
}
.t{
	font-size: large;
	color: #666666;
}
td{
	font-size: 12px;
	font-family: arial, verdana, times;
	color: #333333;
}