/* CSS Document */
A, A:visited, A:active{
	color: #333333;
	text-decoration: underline;
}
A:hover{
	color: #CC0000;
	text-decoration: underline;
}
body{
	background-color: #999999;
}
.box{
	background-color: #F0F0F0;
	border: #CCCCCC 1px solid;
}
.boxtxt, .boxtxt A, .boxtxt A:visited, .boxtxt A:active{
	color: #666666;
	text-decoration: none;
}
.boxtxt A:hover{
	color: #666666;
	text-decoration: underline;
}
.cent{
	border-left: #333333 1px solid;
	border-right: #333333 1px solid;
}
.code{
	color: #000099;
}
.header2{
	background-color: #D75E5E;
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-left: #333333 1px solid;
}
.foot{
	background-color: #D75E5E;
	border: #333333 1px solid;
}
.footer, .footer A, .footer A:visited, .footer A:active{
	color: #333333;
	text-decoration: none;
}
.footer A:hover{
	color: #333333;
	text-decoration: underline;
}
input{
	border: #333333 1px solid;
}
.left{
	background-color: #D75E5E;
	border-right: #333333 1px solid;
}
.leftsub, .leftsub A, .leftsub A:visited, .leftsub A:active{
	color: #333333;
	text-decoration: none;
}
.leftsub A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.right{
	background-color: #FFFFFF;
}
.t{
	font-size: large;
	color: #000099;
}
td{
	font-size: 12px;
	font-family: arial, verdana, times;
	color: #333333;
}