/* Text Formatting */

h1 { 
 font-family: arial,helvetica;  
 font-size: 12pt; 
 line-height: 22pt;
 font-weight:bold;
 color: #7E6247;
 }
h2 { 
 font-family: arial,helvetica;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight:bold;
 color: #7E6247;
 }
h3 { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #9C8B7C;
 }
.main { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 font-weight:normal;
 margin: 8px 10px;
 color: #9C8B7C;
 }
.main2 { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 font-weight:normal;
 color: #000000;
 margin-left: 5px;
 margin-right: 5px;
 }

.description { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 font-weight:normal;
 margin: 8px 10px;
 color: #000000;
 }


.Disclaimer { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 12pt;
 color: #ffffff;
 background: #000000;
 }

/* Link Formatting */
.h2 { 
 font-family: arial,helvetica;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight:bold;
 color: #000000;
 text-decoration:none;
 }
.h2:hover { 
 font-family: arial,helvetica;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight:bold;
 color: #ffffff;
 text-decoration:none;
 }

.sitelinks { 
 font-family: arial,helvetica;  
 font-size: 12pt; 
 line-height: 22pt;
 font-weight:bold;
 color: #cc9966;
 }
.sitelinks2 { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 18pt;
 font-weight:bold;
 color: #cc9966;
 }

.Links { 
 font-family: verdana,arial,helvetica;  
 font-size: 11pt; 
 line-height: 18pt;
 margin: 8px 10px;
 color: #847466;
 text-decoration:none;
 }

.smallLinks { 
 font-family: verdana,arial,helvetica;  
 font-size: 8pt; 
 line-height: 10pt;
 margin: 8px 10px;
 color: #000000;
 text-decoration:none;
 }
.smallLinks2 { 
 font-family: verdana,arial,helvetica;  
 font-size: 8pt; 
 line-height: 10pt;
 margin: 8px 10px;
 color: #776045;
 text-decoration:none;
 }
a.sitelink {
	color: #7E6247;
	font-weight:bold;
	text-decoration: none;
	}
a.sitelink:hover {
	color: #cc9966;
	}
a.sitelink2 {
	color: #7E6247;
	font-weight:bold;
	text-decoration: none;
	}
a.sitelink2:hover {
	color: #cc9966;
	}
a.border {
	color:#000000;
	visited:#000000;
	}

A.Links:hover {
/* Hover format for all Text Links */
	color : #ffffff;
	text-decoration: underline;
}
A.smallLinks:hover {
/* Hover format for all Text Links */
	color : #000000;
	text-decoration: underline;
}
A.smallLinks2:hover {
/* Hover format for all Text Links */
	color : #cc9966;
	text-decoration: none;
}

/* Form Formatting */

input {
border:none;
background:#313131;
color:#9C8B7C;
font-weight:bold;
}

select {
border:none;
background:#313131;
color:#9C8B7C;
font-weight:bold;
}

textarea {
border:none;
background:#313131;
color:#9C8B7C;
font-weight:bold;
}

/* Table Formatting */

.outsidebordertable {
background:#000000;
}

/* Body Formatting */

BODY {
SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-TRACK-COLOR:#000000; SCROLLBAR-BASE-COLOR: #322320; 
background-image: url("../graphics/pagebackground.jpg");
padding:0;
margin:5;
}

