@charset "utf-8";
/* CSS Document */
#main .content h1{
	font-size: 15px;
	background-image: url(../images/icon1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #FF9900;
	margin-bottom: 10px;
}
#main h3 {
	font-size:15px;
	color:#df0a0a;
	background-image: none;
	margin-top: 10px;
	margin-bottom: -10px;
	padding-left: 0px;
}
/*sitemap*/
ul.maplist {
	margin: 0 0 0 20px;
	list-style: square;
	color: #666;
}
ol.maplist {
	list-style: square;
	margin: 0 0 0 60px;
}

