BODY {
	background-color: #660000;
	color: black;
	margin-top: 0px;
	margin-left: 0px;
	font: 12px  Arial, Verdana, Geneva, sans-serif;
}
A {
	font: 11px Arial, Verdana, Geneva, sans-serif;
	color: #330000;
	font-weight: bold;
}
/*
A:visited {
	color: #330000;
}
*/
 
A:active {
	text-decoration: underline;
	color: #990000;
}

TD {
	font: 12px  Arial, Verdana, Geneva, sans-serif;
	line-height: 16px;
}

 
/* CLASSES */ 
	
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	line-height: 34px;
}
.text-white {
	color: white;
}
.text-yellow {
	color: #CCCC33;
}
.text-brown {
	color: #660000;
}
.text-small {
	font-size: 10px;
}
/* ------- */

/* DEFAULT */
.borderTopBottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}


Tp, tr, td
   {
   color: black;
   font-family: Arial, Verdana, Geneva, sans-serif;
   font-size: 12px;
   line-height: 16px;
   }
   
a{
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #993333;
	}

	
a:hover {
	color: #996633;
	text-decoration: underline;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
	
a:visited {
	text-decoration: none;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
a:visited:hover {
	text-decoration: underline;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;

}
table.borderDashedTopBottom {
	border-top-width: 1px; 
	border-top-style: dashed; 
	border-top-color: #999999;
	border-bottom-color: #999999;
}
table.borderDashedTopBottom td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;	
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;

}
.quotesBox {
	border: 1px solid #999999;
	background-color: #F5F5F5;
}
.borderlight {
	border: 1px solid #FFFFFF;
}
.borderYellow {
	border: 1px solid #CCCC33;
}
