html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	height: 100%;
} 

img {
	border: 0px;
}



h3{
	color: #688cc5;
	font-weight: bold;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}

p{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

td{
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

a:link, a:visited, a:active {

	text-decoration: none;
	color: #99aac5;
	font-weight: bold;

}

a:hover {
	
	color: #688cc5;
	text-decoration: none;
	border-bottom: 1px solid #333;
	
}

.disclaimer {

	font-size: 0.7em;

}

.iconsLeft {

	margin: 5px 5px 5px 0px;

}

.iconsRight {

	margin: 5px 0px 5px 5px;

}

#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;
	font-family: arial, helvetica, sans-serif;
	}	
#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(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
	