body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #414141;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFCC66;
}
a {
	font-size: 12px;
	color: #ffffff;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.linkbg {
	background-image: url(images/button.gif);
}

.style1 {
	color: #ffffff;
	background-color: #414141;
}
.style2 {
	background-image: url(images/gr2.gif);
	background-repeat: repeat-x;
}
.style3 {
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B40000;
}
.style4 {
	color: #ffffff;
	font-size: 11px;
}
.style5 {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
.style6 {
	font-size: 12px;
}
.style7 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #B40000;
	background-repeat: no-repeat;
}
.style8 {
	font-size: 12px;
	font-weight: bold;
}
.style9 {font-size: 36px}
.style10 {
	font-size: 30px;
	font-weight: bold;
}
.style11 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.style12 {font-size: 30px}
.gallerycontainer{

	position: relative;

	height: auto;
}
.thumbnail img{
	border: 2px solid #666666;
	margin: 0 1px 1px 0;
}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
	border: 2px solid #333333;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #666666;
	padding: 1px;
	left: -1000px;
	border: 1px none 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*/
visibility: visible;
top: -250px;
left: -255px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
