/* 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.*/


.Green { 
 font-family: arial,helvetica;  
 font-size: 13pt; 
 line-height: 18pt;
 font-weight: normal;
 color: #004040;
 }
.Address { 
 font-family: arial,helvetica;  
 font-size: 11pt; 
 line-height: 18pt;
 font-weight: bold;
 color: #ffffff;
 margin: 8px 10px;
 }

.BoldHeaderwLine { 
 font-family: times,time new roman;  
 font-size: 13pt; 
 line-height: 18pt;
 color: white;
 font-weight: bold;	
 text-indent: 1.5em;
 background: #163450;
 margin: 8px 10px;
 letter-spacing: 1px;
 }
.BoldHeaderwLine2 { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 16pt;
 color: white;
 text-indent: 1.5em;
 background: #163450;
 margin: 8px 10px;
 letter-spacing: 1px;
 }

.SubHeader { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 color: white;
 font-weight: bold;	
 text-indent: 1.5em;
 background: #617369;
 margin: 8px 10px;
 }

.BoldHeader { 
 font-family: times,time new roman;  
 font-size: 22pt; 
 line-height: 24pt;
 color: #4B3A37;
 font-weight: bold;	
 text-indent: 1.5em;
 }
.quote { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 12pt;
 color: black;
 }

.ArtDescription { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 12pt;
 color: black;
 }
.More { 
 font-family: times,time new roman;  
 font-size: 14pt; 
 line-height: 18pt;
 color: #ffffff;
 font-weight: bold;	
 text-decoration:none;
 }

.Disclaimer { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 10pt;
 color: white;
 background: #163450;
 margin: 8px 10px;
 }
.smalllink { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 14pt;
 color: white;
 }


/* This one is for the Link boxes.  */
/* Don't change unless you want a diff font */
/* color or size on them. */
a.section {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: times,time new roman;
	font-size: 12pt;
	}

a.boxlink {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: times,time new roman;
	font-size: 12pt;
	}
a.boxlink:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: times,time new roman;
	font-size: 12pt;
	background: none;
	}

A:hover {
/* Hover format for all Text Links */
	color : #000000;
	background : #558988;
}

BODY {
SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-TRACK-COLOR:#ffffff; SCROLLBAR-BASE-COLOR: #004040
}

