body
{
	background-color: #DDDAD7;
}
a.navi:visited,a.navi:link
{
	font-size: 12px;
	text-decoration : none;
	color: #deae7d;
}
a.navi:hover,a.navi:active
{
	font-size: 12px;
	text-decoration : none;
	color: Gray;

}
A:ACTIVE, A:LINK, A:VISITED {

	color : #b42908;
	text-decoration:none;
}
 A:HOVER
 {
 
	color : Gray;
	text-decoration:none;
	padding-bottom:1px;

}

.defaulttext
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #7b7b7b;
	line-height : 200%;
}
.navi
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #454545;
	line-height : 125%;
}
h1
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #fea021;
	line-height : 200%;
}
textarea
{
font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
}
input
{
font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : black;
}

#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; 
font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	}
#keyboardMsg{ float: right; 
font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	}

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(media/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="media/overlay.png", sizingMethod="scale");
	}