body {
	height: 100%;
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 12px;
	color: #E0DFE3;
	margin: 0px;
}

.caution {
	color: red;
	font-weight: bold;
}

.subhead {
	background: url(images/topbg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color:#999999;
	text-align: center;
}

.fathighlight1 {
	font-size: 14px;
	font-weight: bold;
	color: #E0DFE3;
}

.langchange a:link, .langchange a:visited {
	font-size: 12px;
	color: #E0DFE3;
}

.langchange a:hover {
	font-size: 12px;
	color: #FF9900;
}

.fathighlight1b {
	font-size: 12px;
	font-weight: bold;
	color: #E0DFE3;
}

.fathighlight2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

.footer {
	background: url(images/botbg.png);
	background-position: bottom;
	background-repeat: no-repeat;
	color:#999999;
	text-align: center;
}

.footer a:link, .footer a:visited {
	color: #999999;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer a:hover {
	color: Black;
	font-weight: bold;
	font-size: 10px;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
}

#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(overlay.png);
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}	