.body {
	background-color: #FEFEFC;
	font-family: Arial, Helvetica, sans-serif;
}
.heading {
	font-size: 20pt;
	font-weight: bold;
	color: #004080;
	text-align: center;
}
.menu {
	margin: 7px 0px 0px 7px;
	font-size: 10pt;
}
.footer {
	font-size: 8pt;
	text-align: center;
}
.cap {
	float: left;
	width: auto;
	font-size: 41px;
	line-height: 34px;
	color: #004080;
	font-family: georgia, times;
}
.mid_cap {
	width: auto;
	font-size: 41px;
	line-height: 34px;
	color: #004080;
	font-family: georgia, times;
}
.cursor {
	cursor: pointer;
	cursor: hand;
}
.dark_blue {
	color: #004080;
	font-weight: bold;
}
.light_blue {
	color: #007AF4;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
img {
	border: none;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #BB0000;
}
a:visited {
	color: #330066;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #9900FF;
}
