
.header {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #0f5780;
	margin-top: 15px;
	margin-left: 15px;
} 

.subHead {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ba963e;
}

.mainCopy {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #7b7b7b;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: 7b7b7b;
}
body {
	background-color: #ba963e;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

ul {
list-style-image:url(images/bullet.gif);
}