BODY, TD {
	color: #15331B;
	font-family: Georgia, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;

}

.font2 {
	color: #15331B;
	font-family: Georgia, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;

}

.font3 {
	color: #15331B;
	font-family: Georgia, Arial, Helvetica;
	font-size: 16px;
	line-height: 18px;	

}

.fonthead {
	color: #622B00;
	font-family: Georgia, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;	
	line-height: 18px;	

}
.font2brown {
	color: #622B00;
	font-family: Georgia, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	
}
.fontsm {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 10px;

}

.nav_footer {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 10px;

}

.font2K{
	color: #000000;
	font-family: Georgia, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
}

.indent{
	margin-left: 15px;
}
	a.redlink:link{ color: #B4481B; font-family: Arial, Helvetica; font-size: 10px; }
	a.redlink:visited{ color: #B4481B; font-family: Arial, Helvetica; font-size: 10px; }
	a.redlink:active{ color: #000000; font-family: Arial, Helvetica; font-size: 10px; }

 /*- - - - - - - - - - - - - - - - - - - - - */
 
 #lightbox{
 	background-color:#000000;
 	padding: 10px;
 	border-bottom: 2px solid #444;
 	border-right: 2px solid #444;	
 	}
 #lightboxDetails{
 	font-family: Verdana, Arial, Helvetica;
 	color: #000000;
 	font-size: 10px;
 	padding-top: 0.4em;
 	}	
 #lightboxCaption{ float: left; }
 #closeButton{ top: 5px; right: 5px; }
 
 #lightbox img{ border: none; clear: both;} 
 #overlay img{ border: none; }
 
 #overlay{ background-image: url(../images/overlay.png); }
 
 * html #overlay{
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 90;
 	width: 100%;
 	height: 500px;
 	background-color: #000;
 	filter:alpha(opacity=60);
 	-moz-opacity: 0.6;
 	opacity: 0.6;
}