@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
body {
background:#869E7C;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.maintext {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
.scrollable {
text-align: left;
    vertical-align: top;
	width: 437px; 
	height: 335px; 
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000; 
}
.textlinks {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
}
.titletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	font-weight:bold;
}
.titletxt_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003300;
	font-weight:bold;
}
.greentxtlink {
	text-decoration: none;
	color: #009900;
	font-weight:normal;
}
.rollover {
	border-style: outset;
	border-color: #CCFF66;
	border: 3px;
	LEFT: 3px; position: relative; top: 3px;
}
.rolloveron {
	border-style: inset;
	border-color: #CCFF66;
	border: 3px;
	LEFT: 3px; position: relative; top: 3px;
}
a {
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CCFF66;
	font-weight:normal;
}
a:active {
	text-decoration: none;
}
.selected {
	text-decoration: none;
	font-size:14px;
	color: #CCFF66;
	font-weight:normal;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A7EA6;
	font-weight: normal; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
#info{
padding: 10px;
text-align:left;
}
#info a{
font-size:12px;
font-weight:bold;
}
#info a:hover{
color:#0033FF;
text-decoration:underline;
font-weight:bold;
}
#info a:visited{
color:#0033FF;
font-weight:bold;
}
h1{
font-size: 16px;
}
h2{
font-size: 14px;
}