<!--
body {
	background-color: #505050;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	color: #8B8B8B;
	font-size: 20px;
	font-family: Tahoma;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #8B8B8B;
	border-bottom-color: #8B8B8B;
	border-top-width: 1px;
	border-top-style: dotted;
}
.form {
	color: #252525;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #AEAEAE;
	border: 1px solid #252525;
}
.news-header {
	color: #8B8B8B;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #666666;
	border: 1px solid #8B8B8B;
}
.td {
	color: 8B8B8B;
	font-family: Tahoma;
	font-size: 11px;
}
a {
	font-size: 11px;
	color: #4F312B;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #8B8B8B;
}
a:visited {
	text-decoration: none;
	color: #8B8B8B;
}
a:hover {
	text-decoration: underline;
	color: #8B8B8B;
}
a:active {
	text-decoration: none;
	color: #8B8B8B;
}
.dater {
	font-family: Tahoma;
	font-size: 11px;
	color: #8B8B8B;
	border: 1px solid #8B8B8B;
	background-color: #494949;
}
-->