body {
	background-color: #F1F1F1;
}	
	p, tr, td, ul, li
		{color: #333333; font-family: Tahoma, Verdana; font-size: 12px;}
	sup
		{color: #000000; font-family: Tahoma, Verdana; font-size: 12px;}
	.header1, h1
		{color: #ffff00; background: #475210; font-family: Tahoma, Verdana; font-size: 12px; margin: 0px; padding: 2px;}
	.header2, h2
		{color: #FFFFFF; font-family: Tahoma, Verdana; font-size: 14px;}
	.header3, h3
		{color: #FFFFFF; background: #FF6600; font-weight: bold; font-family: Tahoma, Verdana; font-size: 20px;}
	.header4, h4
		{color: #ff7200; font-weight: bold; font-family: Tahoma, Verdana; font-size: 30px;}				
	.intd
		{color: #333333; font-family: Tahoma, Verdana; font-size: 12px; padding-left: 15px; padding-right: 15px;}
	form
		{ margin: 2px;}

a{
		color: #23400a;
		text-decoration: none;
		font-weight: normal;
		font-family: Tahoma, Verdana;
		font-size: 12px;			
	}

a:hover{
		color: #990000;
		text-decoration: none;
		font-weight: normal;
		font-family: Tahoma, Verdana;
		font-size: 12px;			
	}
	
.especial {
		background-color:#ffffff;
	}

.menuh {
		background-color:#4A4A4A;
		color: #FF9900;	
		font-family: Tahoma, Verdana;
		font-size: 12px;				
	}

.menuh a{
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
		font-family: Tahoma, Verdana;
		font-size: 12px;			
	}

.menuh a:hover{
		color: #FF9900;
		text-decoration: none;
		font-weight: normal;
		font-family: Tahoma, Verdana;
		font-size: 12px;			
	}

.centro{
	border: 1px solid #4a4a4a;
}
						
.style0 
	{color: #FF6600; font-family: Tahoma, Verdana; font-size: 18px;}
	
.style1 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 30px;
	text-decoration: none;
	color: #387F9D;
}		

.style2 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}

.style3 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	text-decoration: none;
	color: #B00064;
}

.style4 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 16px;
	text-decoration: none;
	color: #333333;
}

.style5 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 40px;
	text-decoration: none;
	color: #23400a;
	font-weight: bold;	
}

.style6 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 11px;
	text-decoration: none;
	color: #aa0000;
	font-weight: bold;	
}

.style7 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	background: #975592;	
	font-weight: bold;	
}

.style8 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	background: #349800;	
	font-weight: bold;	
}

.style9 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	background: #A50000;	
	font-weight: bold;	
}
.style10 {
	font-family: Tahoma,Verdana,Arial;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	background: #6B7C7B;	
	font-weight: bold;	
}

#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: #000;
	}