@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #203317;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3C5117;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
}
.style1 {
	font-size: 11px
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Century Gothic;
}
h1 {
	font-size: 36px;
	color: #485B0F;
	margin-bottom: 0px;
	margin: 0px;
}
h2 {
	font-size: 24px;
	color: #485B0F;
	margin-bottom: 0px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	color: #3F0444;
	margin-bottom: 0px;
	margin: 0px;
}
h4 {
	font-size: 18px;
	color: #9725A1;
	margin-bottom: 0px;
	margin: 0px;
}
.footer {
	color: #FFFFFF;
	font-size: 11px;
}.inside-main-content {
	font-size: 12px;
	background-color: #F1F5D6;
	background-image: url(images/inside-main-content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: thin solid #BBCA75;
}
.picture-box {
	background-color: #E4ECB0;
	border: thin solid #4B651C;
}
