body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333333;
}
div#body p { 	font-size: 10pt;
	color: #401500;
	line-height: 1.4em;
}
div#body h1 {
font-size:18px;
color:#983107;
font-style:oblique;
font-family:Georgia, "Times New Roman", Times, serif;
}
div#body h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #D29C39;
}
div#body li {
	font-size: 10pt;
	line-height: 1.4em;
	list-style-type: square;
	color: #333333;
}
div#body a {
	color: #9A3400;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B63400;
	
}
div#body a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.footer {
	font-size: 9pt;
	color: #662200;
	line-height: 1.3em;
}
