<pre>body    { background-color: white; font-family: Verdana; font-size: 8pt }
h1 
{
font-size: 10pt;
font-family: "Verdana";
color: <%=PageColor%>
}

p  
{
font-size: 8pt;
font-family: "verdana";
color: #000000
}

a 
{
text-decoration: none;
color: Blue;
}
a:hover
{
text-decoration : underline;
color: <%=PageColor%>;
}


.TableStyle
{
border-width: 1px;
border-style: dashed;
border-color: #04197F;
border-collapse: collapse;
background-color: white;
}

.TableStyle th
{
border-width: 1px;
padding: 5px;
border-style: inset;
border-color: gray;
background-color: white;
}

.TableStyle td1
{
border-width : 1px;
padding: 3px;
border-color: White;
border-style: inset;
background-color: #D0D5EE;
}

.TableStyle td2
{
border-width : 1px;
padding: 3px;
border-color: White;
border-style: inset;
background-color: #BCBFCE;
}

.ErrorMessage
{
border-width: 1px;
border-style: dashed;
border-color: #928058;
border-collapse: collapse;
padding:10px;
}

.ErrorMessage p
{
font-size: 10pt;
font-family: "verdana";
color: #990000;
}

.Home a:hover
{
text-decoration : underline;
color: #5A4A26;
}

.Learn a:hover
{
text-decoration : underline;
color: #23498A;
}

.Visit a:hover
{
text-decoration : underline;
color: #7E0C0C;
}

.Support a:hover
{
text-decoration : underline;
color: #558645;
}

.Contact a:hover
{
text-decoration : underline;
color: #B99C12;
}

ul
{
font-size: 8pt;
font-family: "verdana";
color: #453615
list-style-type: square;
}

</PRE>


#lightbox{
	background-color:#eeeeee;
	padding: 10px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	}
#lightboxDetails{
	font-size: 0.9em;
	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: #333333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
