<!--
/* ########################## */
/* HTML Tags */
/* ########################## */
html { 
	min-width: 770px;
	 }
	 
body {
	background-color: #D4D2C3;
	border:2px;
	margin-top: 0px;
	padding: 5px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	text-align: center; 
	}
a:link, a:active {
	font-weight: normal;
	color: #3300FF;
	text-decoration: none;
}

a:visited   {
	font-weight: normal;
	color: #FF0033;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #0099FF;
	text-decoration: none;
}	
img	{
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

/*table properties */
table	{
	margin-top: 0px;
	padding: 5px;
	border: 1px;
	padding: 5px;
	margin: 0px;
	}

/* table cell properties */
TD {font: 12px arial,sans-serif;}

/* headings */
h1 {font: bold 18px arial,sans-serif; color: #000000; vertical-align: center; padding: 0px;}
h2 {font: bold 18px arial,sans-serif; color: #000000; padding: 6px;}
h3 {font: bold 16px arial,sans-serif;}

/* list properties */
li {font: 10px arial,sans-serif; padding: 0px; vertical-align: middle;}
ul {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; padding: 0px; vertical-align: middle;}

/* paragraph properties */
p {font: 12px arial,sans-serif;}
/* p {font: 12px arial,sans-serif; text-align: justify;} */

/* bullet list: white */
.bulletswhite {font: bold 12px arial,sans-serif; color: #ffffff; text-decoration: none;}

/* hr styles */
hr {height:1px; color:#000000; background-color:#000000; border-style:none;}
hr.leftnav {height:1px; color:#000000; background-color:#000000; border-style:none;}
-->

