body {
	background-color: #ACACAC;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height:15pt;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	line-height:26pt;
	font-style: italic;
	color: #990F1A;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	line-height:26pt;
	font-style: italic;
	color: #990F1A;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height:18pt;
	font-style: italic;
	color: #990F1A;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height:16pt;
    font-weight: bold;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #990F1A;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #E21223;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;	
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #95600C;
	text-decoration: underline;
}
.table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
}
.rule {
	color: #990F1A;
}