
body{
	margin:0px;
	padding: 0px;
	font-size:12px;
	color:#424242;
	line-height:150%;
}
div,td,form,input,ul,li,textarea,marquee{
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#424242;
}

a {color:#424242;text-decoration: none;}
a:hover {color:#d60000;text-decoration: underline;}

.blue { color: #004f94; text-decoration: none; }
.blue a { color: #004f94; text-decoration: none; }
.blue a:hover { color: #004f94; text-decoration: underline; }


#top{
	margin: 0px auto;
	height: 104px;
	width: 63.5%;
	background: FFFFFF;
}

#nav{
	margin: 0px auto;
	height: 36px;
	width: 63.5%;
	text-align: center;
	background: #CC0000  ;
}
#nav ul{
	display: block;
	margin: 0px auto;
	width: 810px;
	line-height: 36px;
}
#nav ul li{
	display: block;
	list-style: none;
	float: left;
	line-height: 36px;
	width: 80px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#nav ul li a { display: block; width: 90px; }
#nav ul li a { color: #fff; text-decoration: none; background: transparent; }
#nav ul li a:hover { color: #424242; text-decoration: none; background: url(../images/navonbg.gif) no-repeat 3px 6px; }

#path{
	margin: 0px auto;
	height: 36px;
	width: 800px;
	background: url(../images/pathbg.gif) repeat-x;
}

.subnav{
	display: block;
	margin: 10px auto;
}

.subnav li{
	list-style: none;
	line-height: 28px;
	text-align: left;
	padding-left: 54px;
	background: url(../images/subbg.gif) no-repeat bottom;
}

.content p{
	text-align: left;
	line-height: 24px;
	text-indent: 2em;
	padding: 5px 10px;
}


.loginArea{
	display: block;
	width: 212px;
}

.tipBar{
	display: block;
	height: 30px;
	padding-left: 0px;
	background: url(../images/login_tipbg.gif) repeat-x 0px top;
}
.tipBar li{
	display: block;
	float: left;
	list-style: none;
	height: 24px;
	width: 106px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 6px;
	padding-left: 0px;
}
.tipBar li a {color: #014f93; text-decoration: none; }
.tipBar li a:hover {color: #014f93; text-decoration: underline; }

.tipBar li.on{
	color: #014f93;
	background: url(../images/login_onbg.gif) no-repeat 0px top;
}
.tipBar li.on a {color: #014f93;}


.loginTree{
	height: 156px;
	margin: 0px;
	background: url(../images/login_bg.gif) no-repeat left top;
}
.loginTree ul{
	display: block;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-top: 25px;
}
.loginTree ul li{
	list-style: none;
	clear: both;
	display: block;
	text-align: left;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	font-size: 12px;
}
.inp{
	border: 1px solid #d1d1d1;
}