body, td, p {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

/*  Page Header*/
h1{
	font-size: 11pt;
	font-weight: normal;
}

.smallFont {
	font-weight: bold; 
	font-size: 8pt;
}



a:link, a:active, a:visited{
	background: none transparent scroll repeat 0% 0%; 
	color: #012401; 
	font-weight: bold;	
	text-decoration: underline ;
}
a:hover {  
	background-color: #012401;
	color: #F3E6D6;
	font-weight: bold;	
	text-decoration: underline ;
}

a.subMenu:link, a.subMenu:active, a.subMenu:visited{
	font-size: 10pt;
	font-weight: normal;
	background: none transparent scroll repeat 0% 0%;
	color: #1c3416;
	text-decoration: underline ;
}

a.subMenu:hover {
	font-size: 10pt;
	font-weight: normal;
	background-color: #334416;
	color: #F3E6D6;
	text-decoration: underline;
}

a.ImageLink:link, a.ImageLink:active, a.ImageLink:visited{
	font-size: 10pt;
	font-weight: normal;
	background: #b8ccb3;
	color: #b8ccb3;
	text-decoration: underline ;
}

a.ImageLink:hover {
	font-size: 10pt;
	font-weight: normal;
	background: #b8ccb3;
	color: #b8ccb3;
	text-decoration: underline;
}


.footerText {
	color: #1c3416;
	font-size: 8pt;
	font-weight: bold;
}

a.footerLink:link, a.footerLink:active, a.footerLink:visited{
	font-size: 9pt;
	font-weight: bold;
	background: none transparent scroll repeat 0% 0%;
	color: #1c3416;
	text-decoration: underline ;
}

a.footerLink:hover {
	font-size: 9pt;
	font-weight: bold;
	background-color: #334416;
	color: #F3E6D6;
	text-decoration: underline;
}

.copyright {
	color: #000000;
	font-weight: normal; 
	font-style:italic; 
	font-size: 7pt;
}

/* LIGHT BOX*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ 
	float: left; 
}
#keyboardMsg{ 
	float: right; 
}
#closeButton{ 
	top: 5px; 
	right: 5px; 
}

#lightbox img{ 
	border: none; 
	clear: both;
} 

#overlay img{ 
	border: none; 
}

#overlay{ 
	background-image: url(../LightBox/overlay.png); 
}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(LightBox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../LightBox/overlay.png", sizingMethod="scale");
}