html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background-color: #B4C6A7;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 12px;
}
a { color: #00854A; }
a:link, a:active, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

.menu .main {
	height: 22px;
	width: 157px;
	margin-left: 16px;
	padding-left: 18px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	background-position: 0px -3px;
}
.menu .main a { color: #FF0000; }
.menu .sub {
	width: 157px;
	margin-left: 16px;
	padding-left: 18px;
	font-size: 11px;
	font-weight: bold;
}
.content {
	padding-left: 50px;
	padding-right: 24px;

}
.content H1 {
	text-transform: uppercase;
	font-size: 14px;
	color: #FF0000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
