.fontsm {
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 10px;

}


.font2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 12px;

}

.font3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 16px;

}

.fonthead {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;

}
.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 10px;

}

.font2K{
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;

}

.font3K{
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;

}
	a.redlink:link{ color: #330000; font-family: Arial, Helvetica; font-size: 12px; }
	a.redlink:visited{ color: #330000; font-family: Arial, Helvetica; font-size: 12px; }
	a.redlink:active{ color: #000000; font-family: Arial, Helvetica; font-size: 12px; }

 /*- - - - - - - - - - - - - - - - - - - - - */
 
 #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;
}
