#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}

body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #4C4C4C;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
    width: 131px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #4C4C4C;
}

.align-justify {
	text-align: justify;
}

.text1 {
    color: #4694D4;
}

.text2 {
    font-size: 10px;
	text-align: justify;
}

.text3 {
    color: #4694D4;
    font-size: 12px;

}

a {
    color: #4694D4;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
    color: #F6D8C7;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
    font-size: 10px;
    color: #8ABDDE;
}

.style1 a { 
    text-decoration: none;
    color: #FFFFFF;
}

.style1 a:hover {
    text-decoration: underline;
}

#lightbox{
	background-color:#eee;
	padding: 20px;
	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; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }