BODY { 
  background: #550F00 url("images/background2.jpg");
  background-repeat: repeat-y;
  background-position: top left;

}

hr	{ font-family: arial, helvetica; font-size: 10pt; font-weight: bold; color: #E48E1F }
a:link	{ color: #E48E1F; text-decoration: underline }
a:visited	{ color: tan; text-decoration: underline }
a:hover	{ color: #999999; text-decoration: none }

.leftnav a:link	{ font-size: 12pt; color: #cccccc; text-decoration: underline; font-weight: bold;}
.leftnav a:visited	{ font-size: 12pt; color: #cccccc; text-decoration: underline; font-weight: bold;}
.leftnav a:hover	{ font-size: 12pt; color: #999999; text-decoration: none; font-weight: bold;}

.head	{ font-family: arial, helvetica; font-size: 15pt; font-weight: bold; color: #E48E1F }
.white	{ color: white }
.black	{ color: black }
.red	{ color: red }
.blue	{ color: blue }
.green	{ color: green }
.tan	{ font-family: arial, helvetica; font-size: 10pt; color: tan }
.boldwhite	{ color: white; font-weight: bold; }
.boldblack	{ color: black; font-weight: bold; }
.boldred	{ color: red; font-weight: bold; }
.boldblue	{ color: blue; font-weight: bold; }
.boldgreen	{ color: green; font-weight: bold; }
.bold	{ font-weight: bold; font-weight: bold; }

td, p, font, input, form, div, span, select, option, li, ul	{ font-family: arial, helvetica; font-size: 10pt; color: #E48E1F }

fieldset
{
border: 1px solid #E48E1F;
width: 40em
}

legend
{
color: #fff;
border: 1px solid #E48E1F;
padding: 2px 6px;

} 

