/* CSS Document */

#first span
{
     font-family: "ËÎÌå";
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	line-height: 20px;
	
    display:block;
    padding-top:10px;
}
#first .smallTitle{
	width:512px;
	padding-top:25px;
	font-size:14px;
    font-weight:bold;
    color:#dc5000;
	border-bottom:1px dashed #ACACAC;
	padding-bottom: 3px;
}
#first ul
{
    padding-top:20px;
}
#first ul li{
    background-image:url(image/dot.jpg);
	background-repeat:no-repeat;
	background-position:0px 9px;
	padding-left:12px;
	font-size:12px;
	color:#505050;
	line-height:22px;
	}
#first .demo{
	width:inherit;
	text-align:right;
	padding-top:50px;
	}

#moduleList{

 padding-top:42px;
 width:130px;
 height:390px;
 background-image:url(image/moduleList.jpg);
 background-repeat:no-repeat;
}

#moduleList ul
{
 margin:0px;
 padding:0px;
}

#moduleList ul li
{
 height:23px;
 font-size:12px;
 display:block;
 text-indent:25px;
 color:#004b87;
}

#moduleList ul #focus
{
	background-image: url(image/arrowhead.jpg);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}

#moduleList a:link{font-weight : normal;text-decoration : none ;color : #515151 ;}
#moduleList a:visited {font-weight : normal;text-decoration : none ;color : #515151 ;}
#moduleList a:hover {font-weight : normal;text-decoration : underline ;color : #515151 ;}
#moduleList a:active {font-weight : normal;text-decoration : none ;color : #515151;} 	
