/* CSS Document */
<style type="text/css">
<!--
body,td,th {
	font-family:Tahoma;
	font-size: 11px;
	color: #1f7f14;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image: url(../img/bgtest.jpg);
}
a:link {
	color: #1F7F14;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1F7F14;
}
a:hover {
	text-decoration: none;
	color: #75E868;
}
a:active {
	text-decoration: none;
	color: #1F7F14;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F7F14;
	font-weight: bold;
	font-size: 12px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C4201F;
	font-weight: bold;
	font-size: 12px;
}
.nomalfont {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	font-weight:lighter;
}
.greenfont {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F7F14;
	font-size: 11px;
	font-weight:lighter;
}
.redcomment {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-size: 11px;
}
.whirtecomment {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
		font-weight:lighter;
}
</style>

