body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:11px;
}
a {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:11px;
	color:#FF6633;
	text-decoration:none;
}
a:hover{text-decoration:underline;}

td {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:11px;
}

th {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:11px;
}

.header{font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:14px;}

.styleButton
{
	font-size: 8pt; 
	font-family:'Trebuchet MS',arial,helvetica; 
	padding:1px;
	border: 1px black solid;
	color:#003366;
	background-color:#cccccc;
}	
textarea{
	font-size: 10px; 
	font-family:'Trebuchet MS',arial,helvetica; 
	padding:1px;
	border: 1px black solid;
	color:#003366;
	background-color:#ffffff;
}
input{
  border : 1px outset solid #88A0C8;
  font-family: 'Trebuchet MS'
  font-size: 10px; 
  color: #000000; 
  text-decoration: none; 
  background-color: #fffffff;
}


#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(images/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");
