body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
.interior {
	background-color: #FFFFFF;
	border: 3px solid #8DB254;
}
.top {
	background-image: url(images/background_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.text_left {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	padding-right: 25px;
}
.text_right {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
a:link {
	color: #8DB254;
	text-decoration: none;
}
a:visited {
	color: #8DB254;
	text-decoration: none;
}
a:hover {
	color: #8DB254;
	text-decoration: underline;
}
a:active {
	color: #8DB254;
	text-decoration: none;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1.3em;
	color: #333333;
	padding-top: 15px;
	font-weight: bold;
	padding-bottom: 20px;
}
.text_board {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	padding-left: 20px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 3px;
}
.footer a:link {
	color: #000000;
	text-decoration: none;
}
.footer a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
}
.footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer a:active {
	color: #000000;
	text-decoration: none;
}
.imagespace {
	margin-right: 10px;
	margin-top: 3px;
}
.text_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
}