BODY, P, TD {
	color : #c8ae56;
	font-family :  Verdana, Arial;
	font-size: 11pt;
	
}

.A  {
	text-decoration : none;
	color : #dfcd90;
	font-family :  Verdana, Arial;
	font-size: 11pt;
	
}

A  {
	text-decoration : none;
	color : #dfcd90;
	font-family :  Verdana, Arial;
	font-size: 11pt;
	
}

A:Visited  {
	text-decoration : none;
	color : #dfcd90;
	font-family :  Verdana, Arial;
	font-size: 11pt;
	
}

A:Active  {
	text-decoration : none;
	color : #dfcd90;
	font-family :  Verdana, Arial;
	font-size: 11pt;
	
}

A:Hover  {
	text-decoration : none;
	color : yellow;
	font-family :  Verdana, Arial;
	font-size: 11pt;
	
}

.title  {
	text-decoration : none;
	color : #dfcd90;
	font-family :   Verdana, Arial;
	font-size: 11pt;
	
}

.georgia {
	text-decoration : none;
	color : #dfcd90;
	font-family :   Georgia, Verdana, Arial;
	font-size: 14pt;
	
}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 4px;
left: 4px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

a.next  {
	text-decoration : none;
	color : #b09227 ;
	font-family :  Verdana, Arial;
	font-weight : bold;
	font-size: 9pt;
	
}

A.next:Visited  {
	text-decoration : none;
	color : #b09227 ;
	font-family :  Verdana, Arial;
	font-weight : bold;
	font-size: 9pt;
	
}

A.next:Active  {
	text-decoration : none;
	color : #b09227 ;
	font-family :  Verdana, Arial;
	font-weight : bold;
	font-size: 9pt;
	
}

A.next:Hover  {
	text-decoration : none;
	color : #fff468     ;
	font-family :  Verdana, Arial;
	font-weight : bold;
	font-size: 9pt;
	
}