body{
font-family: "arial";
/*font-size: 12pt;*/
background-color:  rgb(235, 199, 158)
/*background-image: url("background.gif")*/
}

a{
text-decoration: none
}

A:link IMG { border: none }

ul {
 list-style-image: url("bullet.gif") 
/* list-style-image: url('bla.jpg') */
}

ol {
 list-style-image: none
/* list-style-image: url('bla.jpg') */
}

 ul > ul {
list-style-image: none 
}



h1 {
letter-spacing: 5;
text-align: center;
color: Blue;
background-color: LightBlue;
font-variant: small-caps;
margin-left: 0;
margin-right: 0
}

h2 {
letter-spacing: 5;
text-align: center;
color: Blue;
background-color: LightBlue;
font-variant: small-caps;
font-size: 16pt;
margin-left: 0;
margin-right: 0
}



h3 {
color: navy;
background-color: Orange;
text-align: center;
font-size: 14pt;
margin-left: 0;
margin-right: 0
}

table {
border-color: LightBlue;
border-style: solid
}

th {
background-color: navy;
color: ivory;
border-style: none
}





td {
border-style: none
}

td.inf1 {
border-color: LightBlue;
border-style: solid
}

#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;
	}	
#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: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
