/* 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: arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 margin: 8px 10px;
 color: #282720;
 }
.sidebar { 
 font-family: verdana,arial,helvetica;  
 font-size: 8pt; 
 line-height: 12pt;
 color: #34291D;
 }
.SectionIntro { 
 font-family: times,time new roman;  
 font-size: 11pt; 
 line-height: 16pt;
 color: white;
 font-weight: bold;	
 background: #6E635C; 
 }
.BoldHeaderwLine { 
 font-family: times,time new roman;  
 font-size: 13pt; 
 line-height: 18pt;
 color: white;
 font-weight: bold;	
 background: #36433C;
 margin: 8px 10px;
 letter-spacing: 1px;
 }

.BoldHeaderwLine2 { 
 font-family: times,time new roman;  
 font-size: 13pt; 
 line-height: 18pt;
 color: white;
 font-weight: bold;	
 background: #4B4137;
 margin: 8px 10px;
 letter-spacing: 1px;
 }
.SubHeader { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 color: #cc9966;
 font-weight: bold;	
 text-indent: 1.5em;
 background: #4B4137;
 margin: 8px 10px;
 }
.SubHeader2 { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 color: white;
 text-indent: 1.5em;
 background: #617369;
 margin: 8px 10px;
 }

.BoldHeader { 
 font-family: times,time new roman;  
 font-size: 13pt; 
 line-height: 18pt;
 color: black;
 font-weight: bold;	
 text-indent: 1.5em;
 }

.ArtDescription { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 12pt;
 color: #cc9966;
 }
.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: #938F72;
 }
.Disclaimer2 { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 10pt;
 color: white;
 background: #938F72;
 }

.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 {
	color:#938F72;
	text-decoration:none;
}
A:hover {
/* Hover format for all Text Links */
	color : #000000;
}
A.bodylink {
	color:#282720;
	text-decoration:none;
}
A:bodylink:hover {
/* Hover format for all Text Links */
	color : #000000;
	text-decoration:underline;
}

BODY {
SCROLLBAR-ARROW-COLOR: #938F72; SCROLLBAR-TRACK-COLOR:#938F72; SCROLLBAR-BASE-COLOR: #4D4B3F
padding:0;
margin:5;
}

