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

body {
	background: none;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#header, #lcolumn, #menu, #copyright {
	display: none;
}

body, #page, #middle {
	width: 100%;
}

#content {
	text-align: left;
	width: 100%;
	float: none;
}

h1 {
	color: #8bc53f;
	text-transform: uppercase;
	font-size: 12pt;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	color: #333;
	font-size: 11pt;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
}

#content p {
	line-height: 18px;
	font-size: 10pt;
}

#footer {
	font-size: 8pt;
	text-align: left;
	color: gray;
	border-top: 1px solid gray;
	background-color: #fff;
}