/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #5a5a5a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited{
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:hover{
	text-decoration:underline;
}

a.topnav:link,a.topnav:visited{
	font-size: 11px;
	color: #cecece;
	padding: 0 10px 0 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: normal;
}
a.topnav:hover{
	text-decoration:underline;
}
.topnav{
	font-size: 11px;
	color: #cecece;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: normal;
}
.copyright{
	color: #737373;
	padding-bottom: 10px;
}
.border{
	background-color: #dee0df;
}
.pathactived{
	color: #000000;
	font-weight:bold;
}
.inputbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.btn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-transform:uppercase;
	font-weight:bold;
	border: 1px #333333 solid;
}
.h_section{
	font-size: 18px;
	color: #FF0000;
	font-weight:bold;
	border-left: 1px solid #999999;
	line-height: 18px;
	padding-left: 5px;
}
.h_secnoborder{
	font-size: 18px;
	color: #FF0000;
	font-weight:bold;
	line-height: 18px;
	padding-left: 5px;
}
.txt_leftmod{
	color:#000000;
}