@charset "utf-8";
p {
	font-family: Verdana;
	font-size: 11px;
	color: #14123c;
}
strong {
	font-family: Verdana;
	font-size: 11px;
	color: #14123c;
	font-weight: bold;
}
.p.strong {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #14123c;
}

a:link{
	color: #0000ee;
	text-decoration: none
	}
a:visited{
	color: #0000ee;
	text-decoration: none
	}
a:hover{ 
	text-decoration: underline
}
	
li {
	font-family: Verdana;
	font-size: 11px;
	color: #14123c;
	list-style-image: url(../images/text/bulletimage.gif);
	font-style: normal;
	background-position: left;
}


img {
	border-top-color: #14123c;
	border-right-color: #14123c;
	border-bottom-color: #14123c;
	border-left-color: #14123c;
}
h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #14123c;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #14123c;
	font-style: normal;
	font-weight: normal;
}
h5 {
	font-family: Verdana;
	font-size: 9px;
	color: #14123C;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h6 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000033;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#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;
}
#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");
	}
