BODY
{
	background-color: #ffffcc;
	color: #444444;
}

a  { text-decoration: none; color: #444444;}
a:hover  { text-decoration: underline }
.tenarial   { font-size: 10px; font-family: Georgia, 'Times New Roman', Times }
.elevenarial   { font-size: 11px; font-family: Georgia, 'Times New Roman', Times }
.twelvearial   { font-size: 12px; font-family: Georgia, 'Times New Roman', Times }
.fourteenarial    { font-size: 13px; font-family: Georgia, 'Times New Roman', Times }
.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: Georgia, 'Times New Roman', Times }
.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: Georgia, 'Times New Roman', Times }


.SmallButton    
{
 border-style: ridge; 
	border-width: 1px;
	border-color: #99cc99;
	color: #444444; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Georgia, 'Times New Roman', Times; 
	text-decoration: none; 
	background-color: #ffffcc 
	}

.SmallInput   
{
 border-style: ridge; 
	border-width: 1px;
	border-color: #009966;
	color: DarkGrey; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Georgia, 'Times New Roman', Times; 
	text-decoration: none; 
	background-color: White ;
	}

.RegularButton    
{
 border-style: ridge; 
	border-width: 1px;
	border-color: #009966;
	color: #444444; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Georgia, 'Times New Roman', Times; 
	text-decoration: none; 
	background-color: #ffffcc; 
	}

.ResultsMessage
{
  font-weight: bold;
  font-size: 11px;
  color: crimson;
  font-family: Georgia, 'Times New Roman', Times;
}
TD.InvoiceHeader
{
  font-weight: bold;
  font-size: 10pt;
  color: #444444;
  font-family: Georgia, 'Times New Roman', Times;
  background-color: #ffffcc;
}
TD.InvoiceItem
{
  font-size: 10pt;
  font-family: Georgia, 'Times New Roman', Times ;
}
TD.InvoiceTotal
{
  font-size: 10pt;
  color: #444444;
  font-family: Georgia, 'Times New Roman', Times;
  background-color: #ffffcc;
}
.Hidden
{
 visibility: hidden;	
}
.Visible
{
 visibility: visible;	
}

