/* CSS Document */

p{
font: 13px Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #3b610e;
}
a:visited {
	text-decoration: none;
	color: #3b610e;
}
a:hover {
	font-weight:bold;
	color: #3b610e;
}
a:active {
	font-weight:bold;;
	color: #3b610e;
}

.copy {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
