.pagecontent
		{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10pt;
	color:#003366;
		}
BODY{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#940E11;
	background:#940E11;
	font-size: 10pt;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#003366;
}
body{
	font-size: 10pt;
	}
p
	{
	font-size: 10pt;
	color: #003366;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
li
	{
	font-size: 10pt;
	}
a:link { 
	color: rgb(0, 0, 153);
	text-decoration:underline;
 	} /* for unvisited links */
a:visited {
	color:#3366cc;
	 } /* for visited links */
a:hover { 
	color:#000066;
	font-weight:bold;
	text-decoration:none;
	 } /* when mouse is over link */
a:active { 
	color: rgb(255, 0, 102);
	 } /* when link is clicked */
