body {
	margin: 0px;
	background-color: #f1eee0;
}
.input         { font-family: Verdana; text-decoration: none; font-size: 11px; font-weight: 
               bold; border: 1px groove #000000; padding-left: 4px; 
               padding-right: 4px; padding-top: 1px; padding-bottom: 1px; 
               background-color: #e6f8ea }
               
.formbutton    {font-family: Verdana; font-size: 10px; font-weight: bold; border-style: solid;
               border-width: 1px; padding-left: 4px; padding-right: 4px; padding-top: 1px; 
               padding-bottom: 1px }          
               
.copyright {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #585858;
	text-decoration: none
}
.copyright a:link {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #184a25;
	text-decoration: none
}
.copyright a:visited {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #184a25;
	text-decoration: none
}
.copyright a:hover {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
text-decoration: none;
	color: #ff0000;
}

.copyright a:active {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #184a25;
	text-decoration: none
}
.standardtext {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #3e3e3e;
	text-decoration: none
}

.standardtext a:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #184a25;
	text-decoration: none
}
.standardtext a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #184a25;
	text-decoration: none;
}
.standardtext a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none
}
.standardtext a:active {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #184a25;
	text-decoration: none;
}
.standardtext-header {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration: none
}
.standardtext-header a:link {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #184a25;
	text-decoration: none
}
.standardtext-header a:visited{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #184a25;
	text-decoration: none
}
.standardtext-header a:hover {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none
}
.standardtext-header a:active{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #184a25;
	text-decoration: none
}
.smalltext {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none; font-weight:bold
}
.smalltext a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #6f2931;
	text-decoration: none;
}
.smalltext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #6f2931;
	text-decoration: none;
}
.smalltext a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.smalltext a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6f2931;
	text-decoration: none;
}
.smalltext-footer {
	font-family: Verdana;
	font-size: 9px;
	color: #fffef2;
	text-decoration: none; font-weight:bold
}
.smalltext-footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffd904;
	text-decoration: none;
}
.smalltext-footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ffd904;
	text-decoration: none;
}
.smalltext-footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.smalltext-footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffd904;
	text-decoration: none;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}