/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16pt;
}
a:link{
	text-decoration: underline;
	color: #828282;
	text-decoration: underline;

}
a:visited	{
	text-decoration: underline;
	color: #0044DC;
	text-decoration: underline;
}
a:hover		{	
	color: #0044DC;
	text-decoration: none;
	/*background-color: #003300;
	BORDER-BOTTOM: #4F7CAA 2px solid;
	BORDER-TOP: #4F7CAA 2px solid;*/

}
.input		{
	border-top: #787676 1px solid;
	border-bottom: #787676 1px solid;
	border-left: #787676 1px solid;
	border-right: #787676 1px solid;
	font-size: 9pt;
	color: #330000;
	font-family: "ËÎÌå";
	text-decoration: none;
	background-color: #ffffff;
}

.STYLE1 {color: #FF0000}

h1,h2,h3,h4,form {margin:0px;padding:0px;}
p,td,body,div,span {font-size:12px;font-family:verdana;}

.inputTxt   {border:1px solid #666666;font-size:12px;font-family:verdana;padding:2px;}
.inputTxtOn {border:1px solid #0000FF;background-color:#E6E6FA;font-size:12px;font-family:verdana;padding:2px;}

.tips   {border:0px;font-size:12px;color:#999999;padding:2px;line-height:20px;}
.tipsOn { border:1px solid #0044DC;font-size:12px;color:#333333;padding:2px;line-height:20px;}

.tipsOnErr {border:1px solid #0044DC;background-color:#E6E6FA;font-size:12px;color:#0044DC;padding:2px;line-height:20px;}
.tipsOnOk {border:0px solid #009900;font-size:12px;color:green;padding:2px;line-height:20px;}

