/* Global Styles */

BODY, A, TABLE, TR, TD, B {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color: #3d3041;
	margin: 0 auto;
	border: 0;
	padding: 0;
}

hr {
	height:1px;
	color: #0099ff;
	border-style : dashed;
	border-width : 1px;
}

a {
	color : #336699;
}

a:hover {
	color: #DAA520;
}

a:visited {
	color: Gray;
}

A.topNav {
	font-size: 12px;
	color: #4C390B;
	text-decoration: none;
	line-height: 24px;
	margin-bottom: 25px;
}

A.topNav:hover  {
	color : #DAA520;
}

A.topNavOn:visited {
	color : black;
}

A.topNav:visited{
	color : black;
}
A.lefNav {
	font-size: 11px;
	color: #4C390B;
}
A.lefNav:hover  {
	color : #DAA520;
}
A.lefNav:visited{
	color : black;
}
.pageIntro {
	font-size: 14px;
	color: maroon;;
	font-weight : bold;
	line-height : 16px;
}

.hilight {
	font-size: 11px;
	color: Maroon;
}

.pixBox {
	border-style : solid;
	border-width : 2px;
	border-color: maroon;
}

.hdr {
	font-size: 16px;
	color: black;
	font-weight : bolder;
	font-family : Georgia, Times New Roman,Verdana, Arial, Helvetica;	
}
.hdr1 {
	font-size: 18px;
	color: #1E5386;
	font-weight: bolder;
	font-family: Georgia, Times New Roman,Verdana, Arial, Helvetica;
}
.hdr2 {
	font-size: 14px;
	color: #9e0b0f;
	font-weight: bold;
	font-family : Georgia, Times New Roman,Verdana, Arial, Helvetica;		
}
.hdr_sub {
	font-size: 12px;
	color: black;
	font-weight : bold;
}

B.tiny {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
}
.smTextPri	{
	font-size:10px;
	color : Maroon;
}

.smText	{
	font-size: 9px; 
	color: #e2e3e7;
}

.smTextDrk	{
	font-size: 9px; 
	color: #b2bdcb;
	font-family : Arial, Helvetica;
}

.txtPri{
	color: maroon;
	font-weight : normal;
}
.txtGry{
	color: #666;
	font-weight : normal;
}
.txtWhite{
	color: #FFFFFF;
	font-weight : normal;
}
.txtWhiteBld{
	font-size:14px;
	color: #FFFFFF;
	font-weight : bold;
}
.bg_body { 
	width: 990px; 
	margin:auto;
	background-color: #3e3e3e;
	display: block;
	color: white;
}

.bg_pridark{
	background-color: #b6bea5;
}
.bg_secdark{
	background-color : #b2bdcb;
}
.bg_seclite{
	background-color : #e2e3e7;	
}
.bg_lite{
	background-color: #f3f3f3;
}	
.bg_line{
	background-color: #ffffe8;
	border-bottom-color: Maroon;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}	
.bg_white{
	background-color : #FFFFFF;
}	

.tbl_hdr {
	border: White;
	border-width: thin;
	border-style: solid;
}
