BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #A08300;
}




a:link {
	color:#FFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	
	

}
a:hover {
	color: #EAE5C7;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration:underline;

	
		
}
a:visited {
	color:#FFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;

}
.tableDetail {
	font-size: 10px;
	font-family: Verdana;
	color:#666666;
}


.scrollbox {position:relative; width:546px; height:200px; overflow: auto; visibility: visible;}

td, textarea, input, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#919191;
	font-weight: normal;

	
}


.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#EAE5C7;
	font-weight: normal;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 50px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -400px; /*position where enlarged image should offset horizontally */

}
