/* CSS Document */


body {
		margin:0px 0px 0px 0px;
		padding:0px;
		background-color:#fff;
		}


.sectionheads {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9999CC;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #9999CC;

}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999;
	border-bottom-width: thin;
	border-top-width: thin;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #DDD;
	margin-top:24px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 6px;
	margin-bottom:14px;
		}