@charset "utf-8";
/* CSS Document */
body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a:link {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #F00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #00F;
	font-weight: bold;
}
.dkHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #004000;
}
.dkHeaderSm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #004000;
}

