/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #480000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background:none;
}
p {
	line-height: 1.3em;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-left: 20px;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #D75600;
}
