.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 666666;
	line-height: 18px;
}
a:active {
	color : 7A0021;
}
a:link {
	color : 7A0021;
}
a:visited {
	color : BF757A;
}
a:hover {
	color : 333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 444444;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0px;
}
p {
	margin-top: 11px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 999999;
	text-decoration: none;
	line-height: 14px;
}
a.copyright:active {
	color : 999999;
	text-decoration: none;
}
a.copyright:link {
	color : 999999;
	text-decoration: none;
}
a.copyright:visited {
	color : 999999;
	text-decoration: none;
}
a.copyright:hover {
	color : 7A0021;
	text-decoration: underline;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 20px;
	list-style-type: square;
}
ol {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 25px;
}
