@charset "utf-8";
/* CSS Document */

a:link {
	color: #0F6332;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #106433;
}
a:hover {
	text-decoration: underline;
	color: #009900;
}
a:active {
	text-decoration: none;
}

body,td,th {
	font-family: Georgia;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.style1 {
	color: #336600;
	font-weight: bold;
}

.style2 {
	font-size: 16px;
	font-weight: bold;
}

.style5 {color: #FFFFFF; font-weight: bold; }

.border {
	border: 1px solid #666666;
}

.paragraph {
	line-height: 16px;
}

#header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f4f4e5;
}
#menu {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f4f4e5;
}
#body1 {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f4f4e5;
}
#body2 {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f4f4e5;
}
#footer {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	background-color: #f4f4e5; }

#top_banner {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #5c5c5c;
}