@charset "UTF-8";
body {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
}
a {
	text-decoration: underline;
	color: #D8BB27;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;	
}
h1 {
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #C5D298;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #C5D298;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #D7E7A9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.top_banner {
	background-image: url(images/top_banner.jpg);
	background-repeat: no-repeat;
	color: #D8BB27;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
}
.top_banner a {
	font-size: 15px;
	line-height: 17px;
	color: #C5D298;
	text-decoration: underline;
	font-weight: bold;
}
.top_banner a:hover {
	text-decoration: underline;
	color: #D8BB27;
}
.main_table form {
	margin: 0px;
	padding: 0px;
}
.main_table {
	background-image: url(images/middle_bg.jpg);
	background-repeat: repeat-y;
}
.footer {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #A0A150;
	background-color: #000000;
	text-align: right;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 1px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.main_table input {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	height: 20px;
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #707070;
}
.main_table textarea {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	height: 150px;
	width: 350px;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #707070;
}
.thumbnail {
	border: 2px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
