
<!-- global style code --> <style type="text/css"> 

/* Text styles: used for all HTML text on site ***************/

table, tr, td,  p, br, div, span, input, select, li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 20px; 
}

ol {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 28px; 
}



/* Link Styles: used for all HTML text links on the site **************************************************/

a:link {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:8pt;
	text-decoration: none;
	color: #663300;
}
a:visited {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:8pt;
	text-decoration:  none;
	color: #663300;
}
a:active {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:8pt;
	text-decoration: underline;
	color: #990000;
}
a:hover {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:8pt;
	text-decoration: underline;
	color: #990000;
}

/* End Link Styles ****************************************************************************************/

</style> <!-- end of global style code -->