body    {
	margin: 0;
	padding: 0;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #ffffff;
}

div#mainbody    {
	width: 900px;
	border: solid #B48A00 2px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0 0 0 0;
}
h1	{ color: #B48A00; font-size: 20pt;}
h2	{ color: #3E2D78; font-size: 18pt;}
h3	{ font-size: 16pt;}
h4	{ font-size: 14pt;}
h5	{ font-size: 12pt;}
.pageheading {font-size: 10pt; font-weight: bold; }
.rowtitle	{
	font-size: 9pt; 
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	white-space:nowrap;
}

td p	{
	text-align: left;
	font-size: 9pt; 
	margin: 0;
	padding: 0 0 10px 20px;
}

td ul	{
	text-align: left;
	margin: 0;
	padding: 0 0 10px 50px;
}
td li	{
	font-size: 9pt; 
}
div#address	p	{
	font-size: 9pt; 
	font-weight: bold;
	margin: 5px 0 0 0;
 }
div#footer	{
	font-size: 8pt; 
	color: #444;
	margin: 0px 0 0 0;
}
	
div#footer a	{text-decoration: none; color: #444; }
div#footer a:hover  {background-color: #444; color: #ffffff; text-decoration: none; }

