@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #336666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #003399;
}
a:active {
	text-decoration: none;
}
#footer {
	text-align: center;
	padding-top: 7px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}



.AHeading {
	font-size: x-large;
	color: #336666;
	font-weight: bolder;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
.BHeading {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #336666;
	text-decoration: none;
	background-color: #CCCCCC;
}
.describe {
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
}
.NavBar {
	font-size: medium;
	font-style: normal;
	text-transform: none;
	color: #336666;
	text-decoration: none;
	font-weight: bold;
}
.image-right {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}
.image-left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

