/* body background color for all pages */                 
/* was BODY { background-color: #CAC8C8; } */
/* was .body { font-family: Arial; font-size: 10pt; color:#000000 } */

BODY { background-color: #4E2700; }

/* body text */                 
.body { font-family: Times New Roman; font-size: 11pt; color:#000000; font-style:italic }
.bodysml { font-family: Arial; font-size: 10pt;  }
               
/* thumbnail captions */        
.caption { font-family: Times New Roman; font-size: 13pt; color: #000000; font-weight: 
               bold; font-style:italic }
               
/* full size image captions */        
.caption-fullsize { font-family: Arial; font-size: 10pt;  }
               
/* page headings */                 
.h1           { font-family: Times New Roman; font-size: 13pt; font-weight: bold }

/* hyperlink styles */                 
a:link { font-family: Arial; font-weight: normal; text-decoration: none; color: #000000; font-size: 10pt; text-align: center; }
.body a:hover { font-family: Arial; font-weight: normal; text-decoration: underline; color: #000000; font-size: 10pt; text-align: center; }
a:active { font-family: Arial; font-weight: normal; text-decoration: none; color: #000000; font-size: 10pt; text-align: center; }
a:visited { font-family: Arial; font-weight: normal; text-decoration: none; color: #000000; font-size: 10pt; text-align: center; }


/* DO NOT CHANGE BELOW THIS LINE */      
/* copyright footer - homepage */            
.footer {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.footer a:link {
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}

.footer a:hover {
	font-family: Verdana;
	font-size: 9px;
	text-decoration: underline;
	color: #FFFFFF;
}

.footer a:visited {
	font-family: Verdana;
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}