p {
	font-family: Arial;
	font-size: 12px;
}

td {
	font-family: Georgia;
	font-size: 14px;
}

th {
	font-family: Georgia;
	font-size: 14px;
}

.bodystyle {
	font-family: Arial;
	font-size: 12px;
}

.sectionheader {
	font-family: Georgia;
	color: #99021c;
	text-align: left;
	font-size: 20px;
	font-weight:bold;
}

.sectionheader2 {
	font-family: Georgia;
	color: #99021c;
	text-align: left;
	font-size: 16px;
	font-weight:bold;
}
.sectionheader3 {
	font-family: Georgia;
	color: #b38427;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
}
.subsectionheader2 {
	font-family: Georgia;
	color: #b38427;
	text-align: left;
	font-size: 16px;
	font-weight:bold;
}
.subsectionheader3 {
	font-family: Georgia;
	color: #99021c;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
}

/******* hyperlink styles *******/


a:link {
	color: #99021c;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
} 

a:visited {
	color: #99021c;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #b38427;
}

a:active {
	color: #99021c;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
