html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #2D3327;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #6E6E6E;
}
a:link {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.footer {
	width: 213px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer a {
	color: #CCFF00;
}
.content {
	width: 381px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.content a {
	color: #A7A949;
}
.content h1 {
	color: #9FA136;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.content h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
	color: #9FA136;
}
.content p {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
.content img {
	padding: 2px;
	margin: 3px 3px 0px 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

