A {
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #aa0000;
	font-weight: bold;
}

A:hover {
	text-decoration : underline;
}


P  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight : normal;
	line-height : 14pt;
}

.normal  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight : normal;
}

.header  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #A12205;
	font-weight : bold;
}


.grey  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #444444;
	font-weight : normal;
	line-height : 14pt;
}


.headline  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #A12205;
	font-weight : bold;
	line-height : 14pt;
}


td.cell  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
}

td.cellheader  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight : bold;
}

td.cellblack {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight : bold;
}


.highlight  {
	color: #A12205;
	font-weight : bold;
}


P.sub  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #222222;
	line-height : 10pt;
}


H1  {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #A12205;
    margin-top : 0pt;
	font-weight : normal;
}


H2  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #444444;
    margin-top : 12pt;
    margin-bottom : 0pt;
	font-weight : bold;
}

INPUT.search {
	font-size:10pt;
    font-family : Verdana, Arial, Helvetica, sans-serif;
	background-Color=#FBFBD5;
	BORDER: #A12205 1 solid;
	width: 100px;
}

P.s2d  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #A12205;
	font-weight : normal;
	margin-top : 5pt;
	margin-bottom : 5pt;
	line-height: 24pt;
}

P.s2dsmall  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #aa0000;
	margin-top : 2pt;
	margin-bottom : 2pt;
	line-height: 10pt;
}


td.s2d {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight : normal;
}

INPUT.s2d {
	font-size:9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

SELECT.s2d {
	font-size:9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	width:160px;
}

a.s2d {
	font-size:9pt;
	text-decoration : none;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #aa0000;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
/*	background-color: #ffffff; */
	background-color: #D49400;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
/*	background-color: #ffffff; */
	background-color: #D49400;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
    background-color: #000; 
/*	background-color: #FEF2E0; */
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
.thumbnail{
	padding: 2px 2px 4px 2px;
/*	background-color: #222;
	border: 1px solid #2a2a2a;*/
	background-color: #D49400;
	border: 0px solid #D49400;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	}
