div#contentMain ul {
	list-style: none;
	}
div#contentMain li {
	padding-left: 15px;
	background: url(../images/li-listpoint.gif) 3px 8px  no-repeat;
	}
div#contentMain li li{
	padding-left: 15px;
	background: url(../images/li-li-listpoint.gif) 3px 8px  no-repeat;
	}
div#contentMain h1 {
	  margin: 0;
	 padding: 0;
	 margin-bottom: 20px;
     font-size: 18px;
	 font-weight: normal;
	 color: #5577BE;
	 	  padding-bottom: 8px;
		  background: url(../images/bgh1.gif) 0 bottom no-repeat;
     }
 
div#contentMain h2 {
	 margin: 0;
	 padding: 0;
	 font-size: 14px;
	 font-weight:bold;
	 color: #5D6469;
     } 
div#contentMain h3 {
	 margin: 0;
	 padding: 0;
     font-size: 13px;
	 font-weight:bold;
	 color: #5D6469;
     }
 a {
	text-decoration:none;
	color:#C65132;
	}
 a:hover {
	color:#2E3192;
	}
	
.tip {
font-size: 11px;
	}
div#contentMain p, div#contentMain ul {
	margin-bottom: 17px;
	}


