body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #0d4e8f;
}
a:visited {
	text-decoration: none;
	color: #336699;
}
a:hover {
	text-decoration: underline;
	color: #6E9F6C;
}
a:active {
	text-decoration: none;
	color: #6E9F6C;
}

.footer {
	font-size: 14px;
	color: #FFFFFF;
}
.footer a:link {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover {
	font-size: 14px;
	text-decoration: none;
	color: #66cc66;
}
.footer a:active {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

h1{
	font-size: 14px;
	color: #666;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 7px;
}
h2 {
	font-size: 14px;
	color: #4d884d;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0;
}
	
.lightgray {
	color: #CCCCCC;
}
