/* Below are the font definitions for the the site.  Edit as you desire. */
/* Example:  On the site, it shows <p class="something">.  */
/* The 'something' is defined below somewhere, */
/* and with it shows how that paragraph's text is to be*/
/* displayed.  So edit the right 'something' */
/* for whatever text type it is you're looking to change.*/


.Standard { 
 font-family: times,time new roman;  
 font-size: 12pt; 
 line-height: 20pt;
 margin: 8px 10px;
 color: #362C2A;
 }
.Description { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 14pt;
 color: #362C2A;
 }

.BoldHeaderwithLine { 
 font-family: times,time new roman;  
 font-size: 13pt; 
 line-height: 18pt;
 color: white;
 font-weight: bold;	
 text-indent: 1.5em;
 background: #6C5C54; 
 }
.BoldHeader { 
 font-family: times,time new roman;  
 font-size: 13pt; 
 line-height: 18pt;
 color: white;
 font-weight: bold;	
 text-indent: 1.5em;
 background: #9E8D82; 
 }
.Address { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 12pt;
 color: black;
 }
.Disclaimer { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 10pt;
 color: white;
 background: #422E29;
 }
.ContactRow { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 10pt;
 background: #CAB08B;
 }


/* This one is for the Link boxes.  */
/* Don't change unless you want a diff font */
/* color or size on them. */

a.boxlink {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: times,time new roman;
	font-size: 12pt;
	letter-spacing: 2px;
	}
a.boxlink:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: times,time new roman;
	font-size: 12pt;
	letter-spacing: 2px;
	background: none;
	}

A:hover {
/* Hover format for all Text Links */
	color : #000000;
	background : #558988;
}

BODY {
SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-TRACK-COLOR:#C0C0C0; SCROLLBAR-BASE-COLOR: #422E29
}

