/* CSS Document */
body,td,th {
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
A {
	COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
	COLOR: red; TEXT-DECORATION: none
}
#nav A {
	DISPLAY: block; FONT-WEIGHT: bold; padding-top:2px; text-align:center; FONT-SIZE: 12px; width:68px; BACKGROUND: url(2009img/menubg2.jpg) no-repeat center center; LINE-HEIGHT: 25px; HEIGHT: 25px; TEXT-DECORATION: none
}
#nav A.current {
	BACKGROUND: url(2009img/menubg2.jpg) repeat-x center center; COLOR: #000000
}
#nav A:hover {
	BACKGROUND: url(2009img/menubg1.jpg) repeat-x center center; COLOR: #000000
}
.classinput{ height:18px; width:365px; font-size:14px;}
.logininput{ height:18px; width:65px; font-size:12px;}
A.tit {
	font-size:12px; color:#0F7B97; text-decoration:none; font-weight:bold;
}
A.tit:hover {
	font-size:12px; color:#0F7B97; text-decoration:none; font-weight:bold;
}
A.red {
	font-size:12px; color:#ff0000; text-decoration:none;
}
A.red:hover {
	font-size:12px; color:#ff0000; text-decoration:underline;
}
A.orange {
	font-size:12px; color:#FF6500; text-decoration:none;
}
A.orange:hover {
	font-size:12px; color:#ff0000; text-decoration:underline;
}
A.blue {
	font-size:12px; color:#0066EE; text-decoration:none;
}
A.blue:hover {
	font-size:12px; color:#ff0000; text-decoration:underline;
}
A.white {
	font-size:12px; color:#ffffff; text-decoration:none;
}
A.white:hover {
	font-size:12px; color:#ffffff; text-decoration:underline;
}

.divline {
	border: 1px solid #B5D7E1;
}
.divpline {
	border: 1px solid #D9ECFF;
	padding: 2px;
	height: 120px;
	width: 182px;
}
.divprotit {
	height: 30px;
	padding-top: 8px;
}


.border-r-b {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FE9900;
	border-bottom-color: #FE9900;
	background-color: #FFFFFF;

}
.border-hotA {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;

}
.hiddiv{
	float:left;
	position:absolute;
	Visibility:hidden;
    Filter:revealTrans(duration=0.5, transition=8);
	border: solid 1px #e8e8e8;
	margin-left: 120px;
	padding: 1px;
	background-color:white
	}
.classborder {
	font-size: 9pt;
	font-weight: normal;
	color: #3C6EB5;
	line-height:20px;
	background-image: url(image/title_bg.gif);
	border: 1px solid #B4CCEB;
}
.border4 {
	border: 1px solid #b4cceb;
	line-height:20px;
	background-image: url(image/bottonBG.gif);
}

.bgcolorBlue3 {
	background-color: #FFFFD7;
	color: #000000;
}