#main {
	padding: 5px;
	margin-right: 30px;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 25px;
	color: #6A6A6A;
}
#explain{
	background-image: url(images/designbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 35px;
	padding-right: 35px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#explain h1{
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #976806;
}
#explain h2{
	font-size: 10pt;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #696969;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#explain a{
	color: #3333FF;
	text-decoration: none;
}
#explain a:hover{
	color: #FF3300;
	text-decoration: underline;
}

