BODY
{
	background-color: #000000;
	color: #F5E895;
}

a  { text-decoration: none; color: #bd9b2b;}
a:hover  { text-decoration: underline }
.tenarial   { font-size: 10px; font-family: sans comic }
.elevenarial   { font-size: 11px; font-family: sans comic }
.twelvearial   { font-size: 12px; font-family: sans comic }
.fourteenarial    { font-size: 13px; font-family: sans comic }
.headline19arial  { font-size: 17px; font-family: bradley }
.headline23arial { font-size: 23px; font-family: bradley }
li { font-size: 12px; font-family: sans comic }
.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: bradley }
H2  { font-size: 14px; font-family: sans comic }


.SmallButton    
{
 border-style: ridge; 
	border-width: 1px;
	border-color: #bd9b2b;
	color: #F5E895; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: sans comic; 
	text-decoration: none; 
	background-color: #000000 
	}

.SmallInput   
{
 border-style: ridge; 
	border-width: 1px;
	border-color: #;
	color: DarkGrey; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: sans comic; 
	text-decoration: none; 
	background-color: White ;
	}

.RegularButton    
{
 border-style: ridge; 
	border-width: 1px;
	border-color: #;
	color: #F5E895; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: sans comic; 
	text-decoration: none; 
	background-color: #000000; 
	}

.ResultsMessage
{
  font-weight: bold;
  font-size: 11px;
  color: crimson;
  font-family: sans comic;
}
TD.InvoiceHeader
{
  font-weight: bold;
  font-size: 14px;
  color: #F5E895;
  font-family: bradley;
  background-color: #000000;
}
TD.InvoiceItem
{
  font-size: 12px;
  color: #F5E895;
  font-family: sans comic;
  background-color: #000000;
}

.Hidden
{
 visibility: hidden;	
}
.Visible
{
 visibility: visible;	
}

