@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#333;
}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #668000;
}
a:link {
	text-decoration: none;
	color:#668000
}
a:visited {
	text-decoration: none;
	color:#668000
}
a:hover {
	text-decoration: underline;
	color:#0000ff
}
a:active {
	text-decoration: none;
	color:#668000
}
.titles {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color: #668000;
	letter-spacing: 0px;
}
.dottedline {
    border-bottom: 1px dotted Black;
}