.copyright {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #003366;
}
h1 {
	color: #FFFFFF;
}
h2 {
	color: #006699;
	text-align: center;
}
h3 {
	color: #CC0000;
}
h4 {
	font-size: 14px;
	color: #990000;
}

body,p,div,span,td,input,textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.banner-text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}
.white-12 {
	font-size: 10px;
	color: #FFFFFF;
}
.red-24-bold {
	font-size: 24px;
	color: #CC0000;
	font-weight: bold;
}
.blue-bold {
	font-weight: bold;
	color: #000033;
	font-size: 14px;
}
a:link {
	color: #003366;
	line-height: 21px;
	list-style-type: none;
}
a:visited {
	color: #003366;
	line-height: 21px;
	list-style-type: none;
}
a:hover {
	color: #990000;
	line-height: 21px;
	list-style-type: none;
}
ul {
	list-style-type: none;
	margin-left: -22px;
}


