<style>
a {}

a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #D2691E;
	text-decoration: none;
}
a:hover{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #F1C7A7;
}
td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
}
p{
	FONT-SIZE: 12px;
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	list-style: square;
}
li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: circle;
}

h1{
	FONT-SIZE: 14pt;
	color: #990000;
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: bold;
	line-height: 25px;

}
h2{
	FONT-SIZE: 12px;
	color: #990000;
	FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: bold;
}

h3 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #663333;
	text-decoration: underline;
}
INPUT {
	BORDER-RIGHT: #663300 1px solid; BORDER-TOP: #663300 1px solid; BORDER-LEFT: #663300 1px solid; BORDER-BOTTOM: #663300 1px solid;
	FONT-SIZE: 11px; FONT-FAMILY: verdana; HEIGHT: 18px;  COLOR: #000000; BACKGROUND-COLOR: #FFFFFF
}
TEXTAREA {
	BORDER-RIGHT: #663300 1px solid; BORDER-TOP: #663300 1px solid; 
	SCROLLBAR-FACE-COLOR: white; FONT-SIZE: 11px; SCROLLBAR-HIGHLIGHT-COLOR: lightgrey; 
	BORDER-LEFT: #663300 1px solid; COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: silver; 
	SCROLLBAR-ARROW-COLOR: #663300; SCROLLBAR-TRACK-COLOR: #E2D68D; 
	BORDER-BOTTOM: #663300 1px solid; FONT-FAMILY: verdana; SCROLLBAR-DARKSHADOW-COLOR: black; 
	BACKGROUND-COLOR: #FFFFFF
}
BODY { 
	scrollbar-face-color: #E2D68D; scrollbar-shadow-color: #6F9EBB; 
	scrollbar-highlight-color: #FFFFE6; scrollbar-3dlight-color: #FFFFE6; 
	scrollbar-darkshadow-color: #FFFFE6; scrollbar-track-color: #FFFFE6; 
	scrollbar-arrow-color: #FFFF00 
}


.myStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 20px;
	color: #660000;
	text-decoration: none;
}
.style3 {font-size: 40px; font-weight:bolder}
.style2 {color: #FF0000}

/************* Light BOX ************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	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: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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: #001500;
}

</style>