/* 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.*/


p.Standard { 
 font-family: times,time new roman;  
 font-size: 11pt; 
 line-height: 18pt;
 margin: 8px 10px;
 color: #FFC089;
 text-indent: 1.5em;
 }
p.BoldandBright { 
 font-family: times,time new roman;  
 font-size: 16pt; 
 line-height: 8pt;
 color: #FFC089;
 }
p.BoldandBright2 { 
 font-family: times,time new roman;  
 font-size: 16pt; 
 line-height: 18pt;
 color: #C57153;
 letter-spacing: 4px;
 }

p.BoldHeaderwLine { 
 font-family: times,time new roman;  
 font-size: 13pt; 
 line-height: 18pt;
 color: black;
 font-weight: bold;	
 text-indent: 1.5em;
 background: #558988; 
 }

p.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: 11pt; 
 line-height: 14pt;
 font-weight: bold;
 color: #FFFFE2;
 }
.ArtDescription2 { 
 font-family: verdana,arial,helvetica;  
 font-size: 10pt; 
 line-height: 16pt;
 color: #FFFFE2;
 margin: 8px 10px;
 text-indent: 1.5em;
 }

.More { 
 font-family: times,time new roman;  
 font-size: 16pt; 
 line-height: 18pt;
 color: black;
 font-weight: bold;	
 text-indent: 1.5em;
 }

.Disclaimer { 
 font-family: times,time new roman;  
 font-size: 9pt; 
 line-height: 10pt;
 color: white;
 background: #311F1D;
	 word-spacing:5px;
 }

// For Pull Down Menus

.pulldown {
 background:tan;
 color:black;
}



/* 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: #FFFFE2;
	text-decoration: none;
	font-family: times,time new roman;
	font-size: 11pt;
	letter-spacing: 1px;
	}
a.boxlink:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: times,time new roman;
	font-size: 11pt;
	letter-spacing: 1px;
	background: none;
	text-decoration: underline overline;
	}

A:hover {
/* Hover format for all Text Links */
	color : #000000;
	background : #558988;
}

BODY {
SCROLLBAR-ARROW-COLOR: white; SCROLLBAR-TRACK-COLOR:#C0C0C0; SCROLLBAR-BASE-COLOR: #675747
}

