/* CSS Document */
BODY  
	{ 
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 10pt;
	  color: #2E2C2A;
	  font-weight: normal;
	  background-color: #09090C;
	  margin-top: 0px;
	  margin-left: 0px;
	  margin-right: 0px;
	}
font.body
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #2E2C2A;
	}
font.res 
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #1c1917;
	}
font.restitle
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #737CA1;
	}
font.respro 
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: 	#15317E;
	}
font.resbold 
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #16094b	;
	}
font.nav 
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #5a5550;
	}
font.rcolheader
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #737CA1;
	}
font.about 
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #78636c;
	}
font.about2 
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #605a70;
	}	
a   	{ color: #AA5303; text-decoration: none; }
a:link	{ color: #AA5303; text-decoration: none; }
a:active { color: #AA5303; }
a:hover	{ color: #CA954D; text-decoration: underline; }

a.nav 
    { 
      color: #2E2C2A; 
	  text-decoration: none; 
	  font-weight: bold;
	 }
a.nav:hover
    { 
      color: #CA954D; 
	  text-decoration: underline; 
	  font-weight: bold;
	 }
a.nav:active
    { 
      color: #2E2C2A; 
	  text-decoration: none; 
	  font-weight: bold;
	 }
hr.body {border: none 0; 
	border-top: 1px #2E2C2A;
	width: 690px;
	height: 1px;
	margin: 0px;
	}
hr.bodydash {border: none 0; 
	border-top: 1px dashed #2E2C2A;
	width: 690px;
	height: 1px;
	}
hr.res {
    border: 1px solid #737CA1;
	color: #737CA1;
	background-color: #737CA1;
	width: 640px;
	height: 1px;
	text-align: left;
    }
hr.shortblue {
    border: none 0; 
	border-top: 1px solid #737CA1;
	width: 200px;
	height: 1px;
        }
hr.shortdash {
    border: none 0; 
	border-top: 1px dashed #737CA1;
	width: 200px;
	height: 1px;
        }
.borderleft {
border-left-color: #737CA1;
border-left-style: dashed;
border-left-width: 1px }
