BODY
{
	background-color: #FFFFFF;
	color: #00160A;
}

a  { text-decoration: none; color: #00160A;}
a:hover  { text-decoration: underline }
.tenarial   { font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.elevenarial   { font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.twelvearial   { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.fourteenarial    { font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.headline19arial  { font-size: 17px; font-family: Georgia, 'Times New Roman', Times }
.headline23arial { font-size: 23px; font-family: Georgia, 'Times New Roman', Times }
li { font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.middleimage  { padding-right: 15px; padding-left: 15px; padding-bottom: 10px  }
.leftimage  { padding-right: 15px; padding-bottom: 10px }
.rightimage  { padding-bottom: 10px; padding-left: 15px }
H1 { font-size: 18px; font-family: Georgia, 'Times New Roman', Times }
H2  { font-size: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }


.SmallButton    
{
 border-style: ridge; 
	border-width: 1px;
	border-color: #A2D3CF;
	color: #00160A; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none; 
	background-color: #FFFFFF 
	}

.SmallInput   
{
 border-style: ridge; 
	border-width: 1px;
	border-color: #3C6ABF;
	color: DarkGrey; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none; 
	background-color: White ;
	}

.RegularButton    
{
 border-style: ridge; 
	border-width: 1px;
	border-color: #3C6ABF;
	color: #00160A; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none; 
	background-color: #FFFFFF; 
	}

.ResultsMessage
{
  font-weight: bold;
  font-size: 11px;
  color: crimson;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
TD.InvoiceHeader
{
  font-weight: bold;
  font-size: 14px;
  color: #00160A;
  font-family: Georgia, 'Times New Roman', Times;
  background-color: #FFFFFF;
}
TD.InvoiceItem
{
  font-size: 12px;
  color: #00160A;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  background-color: #FFFFFF;
}

.Hidden
{
 visibility: hidden;	
}
.Visible
{
 visibility: visible;	
}

