BODY {
	COLOR: #000;
	FONT-FAMILY: tahoma Verdana;
	FONT-SIZE: 11px;
	background-color : #EAD19F;
}
a {
	font-family:tahoma;
	font-size:11px;
	color:#000;
	text-decoration:none;
}
 a:hove {
 font-family:tahoma;
 font-size:11px;
 color:#000;
 text-decoration:underline;
}
img {
	border : 1px;
}
a img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;        /*  */
	-khtml-opacity: 1.0;
}
a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.7;
	-khtml-opacity: 0.6;
}
TD {
	FONT-SIZE: 11px;
	FONT-FAMILY: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input {
	vertical-align:middle;
}
img {
	border-width:0px;
}
ul, li {
	margin:0;
	padding:0;
}
fieldset {
	font-family:tahoma;
	font-size:13px;
	font-weight:bold;
	color: #429425;
	-moz-border-radius: 4px 4px 4px 4px;
}
.main-links {
	display:block;
	background:url(../../images/bg.png) repeat-x top center;
	line-height:23px;
	padding-right:0px;
	color: #999999;
	width:100%;
	text-align:right;
	text-indent: 0.5cm
}
.main-links a {
	display:block;
	color: #999999;
}
.main-links a:hover {
	display:block;
	background-color:#8BD174;
	padding-right:0px;
	color:#fff;
	width:100%;
}
input {
	background:#fff url(images/block/bg-input.png) repeat-x center bottom;
	border:1px solid #dcdcdc;
	font-family:tahoma;
	font-size:11px;
	color:#363636;
	padding:3px;
}
select {
	font-family:tahoma;
	font-size:11px;
	width:130px;
	height:20px;
	text-align:center;
}
.pages {
	font-size: 10px;
	margin: 0 0.7% 0 0;
}
.pages a, .pages span {
	display: block;
	float: right;
	color: #336699;
	padding: 5px 7px 5px 7px;
	margin-right: 3px;
	border: 1px solid #cdcdcd;
	background: #fff;
	font-size: 10px;
}
.pages span.current {
	border: 1px solid #cdcdcd;
	font-weight: bold;
	background: #99CCFF;
	color: #000000;
	font-size: 10px;
}
.pages a {
	border: 1px solid cdcdcd;
	text-decoration: none;
	font-size: 10px;
}
.pages a:hover {
	border-color: #cdcdcd;
	background: #E7E7E7;
	color: #000000;
}
.tab {
	width: 66px;
	height:21px;
	line-height: 21px;
	background: url('../../images/back.gif');
	text-align: center;
	color: #5E0000;
}
.tab a {
	width: 66px;
	display:block;
	height:21px;
	line-height: 21px;
	background: url('../../images/back.gif');
	text-align: center;
	color: #5E0000;
}
.tab a:hover {
	background: url('../../images/active.gif');
	color: #fff;
}
.see {
	padding:5px;
	BORDER-BOTTOM: #5E0000 1px dotted;
	text-align:right;
	color:#370000;
}
.see a {
	padding:5px;
	text-align:right;
	color:#370000;
}
.see a:hover {
	padding:5px;
	text-align:right;
	color:#BF0000;
}
.errmsg {
	margin-top:4px;
	margin-bottom:4px;
	background:#FFCC99;
	border:#FF9966 2px solid;
	text-align:center;
	width:95%;
	color:#990000;
	font-weight:bold;
	line-height:20px;
	padding:4px;
}