body {
	margin: 1px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #8d8368;
	background-color: #000000;
}

a {
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #8d8368;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline overline;
}

input, textarea, submit {
	border: 1px solid #8d8368;
	background: #000000;
	color: #999999;
	margin: 5px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	vertical-align: middle;
}

select, option {
	border: 1px solid #8d8368;
	background: #000000;
	color: #999999;
	font-family: tahoma, verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	vertical-align: middle;
}

option {
	border:none;
}

legend {
	color: #999999;
	padding-bottom: 4px;
	font-weight: bold;
}

img {
	border: none;
	vertical-align: middle;
	margin: 0px;
}

form {
	display: inline;
	margin: 0px;
	padding: 0px;
}

hr {
	margin: 2px 0px 2px;
	border: #8d8368 1px solid;
}

h1 {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
}

h3 {
	text-align: center;
}

h5 {
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 4px;
}


