body {
	font-family			: Tahoma, Arial, Helvetica, sans-serif;
	font-size			: 8pt;
}

a:link,
a:visited,
a:active {
	color				: #525252;
	text-decoration		: none;
}

a:hover {
	color				: #889d1f;
}

a:link h2,
a:visited h2 {
	color				: #6ca0ac;
	text-decoration		: none;
}

a:active h2,
a:hover h2 {
	color				: #6ca0ac;
	text-decoration		: underline;
}

form {
	margin				: 0px;
}

h1 {
	color				: #889d1f;
	font-size			: 14pt;
	padding				: 0px;
	margin-bottom		: 10px;
	margin-left			: 0px;
	margin-right		: 10px;
}

h1 a:link,
h1 a:visited,
h1 a:active {
	color				: #b70000;
}

h1 a:hover {
	color				: #b70000;
	text-decoration		: underline;
}

h2 {
	color				: #b81e00;
	font-size			: 13pt;
	font-weight			: bold;
	margin				: 8px 0px;
}

h3 {
	font-size			: 12pt;
}

h4 {
	font-size			: 11pt;
}

h5 {
	font-size			: 10pt;
}

h6 {
	font-size			: 9pt;
}

hr {
	background-color	: #b70000;
	border				: 0px;
	color				: #b70000;
	height				: 1px;
	margin				: 0px;
	padding				: 0px;
}

.highlight {
	background			: #ccc;
}

input,
select,
textarea {
	color				: #525252;
	font-family			: Tahoma, Arial, Helvetica, sans-serif;
	font-size			: 8pt;
}

textarea {
	height				: 400px;
	width				: 100px;
}