/* CSS Document */
body,td,tr{
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:8pt;
	 color:#232323;
	 line-height:15pt;
	 margin-bottom:0;
	 margin-left:0;
	 margin-right:0;
	 margin-top:0;
	 SCROLLBAR-FACE-COLOR: #fdfcfa;
	 SCROLLBAR-HIGHLIGHT-COLOR: #fdfcfa;
	 SCROLLBAR-SHADOW-COLOR: #fdfcfa;
	 SCROLLBAR-3DLIGHT-COLOR: #fdfcfa;
	 SCROLLBAR-ARROW-COLOR: #000000;
	 SCROLLBAR-TRACK-COLOR: #fdfcfa;
	 SCROLLBAR-DARKSHADOW-COLOR: #fdfcfa;
	 SCROLLBAR-BASE-COLOR: #fdfcfa;
	 overflow:auto;
	 background-color:#fdfcfa;
}
input {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #232323;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #660000;
	filter:alpha(opacity=65);
}
.check {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.xiao {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.sub {
	border: 1px dashed #660000;
}
textarea {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #232323;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color:#660000;
	filter:alpha(opacity=65);
}
a:link{
     text-decoration:none;
	 color: #232323;
}
a:visited {
	text-decoration: none;
	color: #232323;
}
a:hover {
	text-decoration: none;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #232323;
}