 
body { 
background-color: #dae6f4;
margin-top:0px;  
background-image:  url('images/background.gif'); 
background-repeat:repeat-x; 
} 

p { 
margin-left:20px;
margin-right:20px; 
} 

body, td  {
font-family: georgia;
font-size: 13px;
color: black; 
}
   
.bodytext {
font-size: 12px;
color: black;
line-height: 18px;
font-family: georgia; 
}

.head1 { font-size: 24px; }
.head2 { font-size: 18px; color: #000044; }
.head3 { font-size: 14px; font-weight: bold; }

.sub1 { font-size: 11px; font-family: arial; }

a:link    { font-weight: bold; color: #990000; }   
a:visited { font-weight: bold; color: #990000; }
a:hover   { font-weight: bold; color: #cc0000; }


#lightbox {
	
background-color:#000000;
font-family: arial;
color: #e9ddaf;
font-size: 14px;
font-weight: bold;
padding: 1px;
border-bottom: 1px solid #000000;
border-right: 10px solid #000000;
border-left: 10px solid #000000;
border-top: 10px solid #000000;}
	
#lightboxdetails { font-size: 0.8em; padding-top: 0.4em; }
	
#lightboxcaption { float: left; }

#keyboardmsg { float: right; }

#closebutton { top: 5px; right: 5px; }

#lightbox img { border: 10px; clear: both;} 

#overlay img { border: none;}

#overlay { background-image: url(overlay.png); }

* html #overlay {
background-color: #000000;
back\ground-color: transparent;
background-image: url(shim.gif);
filter: progid:dximagetransform.microsoft.alphaimageloader(src="overlay.png", sizingmethod="scale"); }