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

body {
	background-color: #9DA768;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.smallmaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7A1E15;
	font-weight: bold;
	line-height: 140%
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7A1E15;
}
a:link {
	color: #7A1E15;
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 140%
}
a:visited {
	color: #7A1E15;
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 140%
}
a:hover {
	color: #7A1E15;
	font: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 140%
}
a:active {
	color: #7A1E15;
	font: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 140%
}
#footer {
	width:780px;
	margin:0 auto;
	text-align:center;
}
