/* CSS Document */
A, A:visited, A:active{
	color: #FF6600;
	text-decoration: underline;
}
A:hover{
	color: #000000;
	text-decoration: underline;
}
.box{
	border: #999999 1px solid;
	background-color: #F0F0F0;
}
.footer A, .footer A:visited, .footer A:active{
	color: #000000;
	text-decoration: none;
}
.footer A:hover{
	color: #000000;
	text-decoration: underline;
}
.h A, .h A:visited, .h A:active, .h A:hover{
	color: #000000;
	text-decoration: underline;
}
.nav, .nav A, .nav A:visited, .nav A:active, .nav A:hover{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.selt{
	background-color: #FF9966;
}
.t{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
td{
	font-size: 12px;
	font-family: arial, verdana, times;
}