body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F0F0F0;
}

a:link {
	color:#59971A;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#59971A;
}

a:hover {
	text-decoration: none;
	color:#666666;
}

a:active {
	text-decoration: none;
	color:#59971A;
}

#copyright_link:link {
	color:#333333;
	text-decoration: none;
}
#copyright_link:visited {
	text-decoration: none;
	color:#333333;
}
#copyright_link:hover {
	text-decoration: none;
	color: #5276B0;
}
#copyright_link:active {
	text-decoration: none;
	color: #333333;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333333;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height: 120%;
}