@charset "UTF-8";
/* CSS Document */

.nav:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.nav:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: underline;
}
.nav:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.nav:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.bodycontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}
.bodycontentb:link {
	font-family: times;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
.bodycontentb:hover {
	font-family: times;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
.bodycontentb:active {
	font-family: times;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
.bodycontentb:visited {
	font-family: times;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0002c;
}

.footerlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0002c;
}
.footerlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0002c;
}
.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0002c;
}
.footerlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a0002c;
}

