.footer {
	PADDING-RIGHT: 12px; PADDING-LEFT: 30px; FONT-SIZE: 10px; PADDING-BOTTOM: 11px; MARGIN: 12px 12px 11px 30px; PADDING-TOP: 12px; FONT-FAMILY: Arial, Tahoma, Times, serif
}
A {
	COLOR: #716553; FONT-FAMILY: Arial, Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
	FONT-SIZE: 14px; FONT-FAMILY: Tahoma, Times, serif;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #716553;
      font-weight: bold;
      TEXT-DECORATION: none

}
.submenu {
	FONT-SIZE: 11px; FONT-FAMILY: Tahoma, Times, serif
}
.bodytext {
	FONT-SIZE: 11px; COLOR: #716553; FONT-FAMILY: Arial, Tahoma, Times, serif
}
.rightmenu {
	FONT-SIZE: 10px; FONT-FAMILY: Arial, Tahoma, Times, serif
}
.tabletext {
	FONT-SIZE: 10px; COLOR: #716553; FONT-FAMILY: Arial, Tahoma, Times, serif
}
.whitetext {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Arial, Tahoma, Times, serif
}
.darkredtext {
	FONT-SIZE: 11px; COLOR: #5e1808; FONT-FAMILY: Arial, Tahoma, Times New Roman, Times, serif
}
.darkredtext14px {
	FONT-SIZE: 14px; COLOR: #5e1808; FONT-FAMILY: Arial, Tahoma, Times New Roman, Times, serif
}
TEXTAREA {
	WIDTH: 400px
}
INPUT {
	
}
FORM {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50;
left: -150px; /*position where enlarged image should offset horizontally */

}
