@charset "utf-8";
p {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

h1 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #096671;
}
ul {
	list-style-image: url(../images/text/bullet.gif);
	list-style-position: outside;
}
h2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4CACE;
	color: #096671;
}
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
kbd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	font-weight: bold;
}
h6 {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}

#lightboxDetails{
	font-size: 10px;
	padding-top: 10px;
	font-family: Verdana;
	}	
#lightboxCaption{
	float: left;
	font-family: Verdana;
	font-size: 10px;
}
#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");
	}
	img {
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
