body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5%;
}
.mainheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bolder;
	color: #0000CC;
}
.captions {
	font-size: 11px;
	font-style: italic;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0000CC;
}
.subsubheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #009900;
}
img {
	border: none;
	float: left;
	clear: left;
}
.navlink {
	font-weight: bolder;
	color: #8AB36D;
	text-decoration: none;
}
.menulink {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #8AB36D;
}
a:hover {
	color: #C8DABA;
}
hr {
	clear: both;
	color: black;
	background-color: black;
	height: 1px;
	width: 80%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.titletab {
	background-color: #E1DBFB;
	padding: 5px;
}

