@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #341D07;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #341D07;
}
a:hover {
	text-decoration: underline;
	color: #494100;
}
a:active {
	text-decoration: none;
	color: #494100;
}
body {
	background-color: #FFFEE7;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5px;
	color: #003300;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #382A06;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2B1E0C;
}
.formtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
}
.formtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2F2501;
}
.FormBox {
	font-size: 12px;
	color: #663300;
	height: 12px;
}
.teamarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
/*Gallery css */
#image_gallery {
position: relative;
overflow: hidden;
}
ul#gallery_thumbs {
list-style: none;
margin: 0;
padding: 0;
}
#gallery_thumbs li {
background: none;
display: inline;
}
.thumb img { /* styles thumbnail previews */
background: #fff;
padding: 2px;
border: 1px solid #ddd;
}
.thumb:hover img {
background-color: transparent;
}
.thumb span { /* hides large previews */
visibility: hidden;
position: absolute;
}
.thumb span img { /* styles large previews */
background: #fff;
padding: 2px;
border: 1px solid #ddd;
}
.thumb:hover span { /* displays preview while hovering over thumb */
visibility: visible;
top: 80px; /* absolute positioning to control where previews are displayed */
left: 0;
z-index: 100;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003300;
}
.specialmark {
	color: #333;
}
.specialnote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}
