.navbar {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.navbar:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.navbar:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FCE8C9;
	text-decoration: none;
}
a.navbar:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FCE8C9;
	text-decoration: underline;
}
a.navbar:active {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FCE8C9;
	text-decoration: underline;
}
.bottomnav {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
}
a.bottomnav:link {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.bottomnav:visited {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.bottomnav:active {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.bottomnav:hover {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.content {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.picheading {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	color: #660000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #013567;
}
.darkcontent {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}