body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a.nav:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	list-style-type: circle;

}

a.nav:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	list-style-type: circle;

}

a.nav:hover {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	list-style-type: circle;

}
a:link {
	color: #FFD700;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	list-style-type: circle;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	list-style-type: circle;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	list-style-type: circle;
	font-weight: bold;
	text-decoration: none;
}


.sectionHead {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	vertical-align: bottom;

}
.content {
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	list-style-type: disc;
	list-style-position: outside;
	bottom: 0px;
	white-space: normal;
}

.footer {
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.copyright {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #F5F1CC;

}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.border {
	border: 1px solid #000000;
}

