/* 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.*/

h1 { 
 font-family: arial,helvetica;  
 font-size: 12pt; 
 line-height: 22pt;
 font-weight:bold;
 color: #cc9966;
 }
h2 { 
 font-family: arial,helvetica;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight:bold;
 color: #B48E68;
 }
h3 { 
 font-family: arial,helvetica;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #9C8B7C;
 }

.Standard { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 14pt;
 font-weight:normal;
 margin: 8px 10px;
 color: #9C8B7C;
 }

.fancytext { 
 font-family: georgia;  
 font-size: 14pt; 
 line-height: 24pt;
 margin: 8px 10px;
 color: #A68B6D;
 text-indent: 1.5em;
 }
/*#A6A6A6*/


.BoldHeaderwLine { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 18pt;
 letter-spacing: .5em;	
 color: #cdc1b9;
 font-weight: bold;	
 text-indent: 1.5em;
 background: #322320; 
 }

.BoldHeaderwLine2 { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 18pt;
 font-weight:bold;	
 color: #cdc1b9;
 text-indent: 1.5em;
 background: #322320; 
 }


.ArtDescription { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 12pt;
 color: #9C8B7C;
 }
.More { 
 font-family: times,time new roman;  
 font-size: 16pt; 
 line-height: 18pt;
 color: black;
 font-weight: bold;	
 text-indent: 1.5em;
 }

.disclaimer2 { 
 font-family: verdana,arial,helvetica;  
 font-size: 7pt; 
 line-height: 9pt;
 color: #A6774A;
 background: #000000;
 }
.disclaimer { 
 font-family: verdana,arial,helvetica;  
 font-size: 9pt; 
 line-height: 10pt;
 color: #A6774A;
 background: #000000;
 }

.sitelinks { 
 font-family: arial,helvetica;  
 font-size: 12pt; 
 line-height: 22pt;
 font-weight:bold;
 color: #cc9966;
 }


/* This one is for the Link boxes.  */
/* Don't change unless you want a diff font */
/* color or size on them. */

a.sitelink {
	color: #cc9966;
	text-decoration: none;
	font-weight:bold;
	text-decoration: none;
	}
a.sitelink:hover {
	color: #865D5C;
	text-decoration: underline overline;
	}

A:hover {
/* Hover format for all Text Links */
	color : #ffffff;
}

BODY {
SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-TRACK-COLOR:#000000; SCROLLBAR-BASE-COLOR: #322320; 
background-image: url("graphics/bgtile.jpg");
padding:0;
margin:5;
}



