.normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #663300;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #145165;
}
.rightmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	vertical-align: top;
	text-decoration: none;
	z-index: 2;
	border: 1px none #CCC;
	position: relative;
	top: 170px;
	float: right;
	margin-right: 10px;
	margin-left: 0px;
	clear: right;
}
.rightmenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	list-style-type: none;
	text-decoration: none;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #663300;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #005353;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #145165;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #663300;
}
.emailsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.emph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006291;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.clearlist{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.clearlist li{
display: inline;
margin: 0;
}

.clearlist li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	font-weight: bold;
}

.clearlist li a:visited{
	color: #2d2b2b;
	font-weight: bold;
	text-decoration: none;
}

.clearlist li a:hover{
	color: #2d2b2b;
	font-weight: bold;
}

.clearlist li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	font-weight: bold;
	text-decoration: none;
}

.clearlist li a.selected:hover{ /*selected main tab style */
	font-weight: bold;
}

.tabcontent{
	display:none;
	margin: 50px 30px 30px;
	font-size: 14px;
}

@media print {
.clearlist {
display:block !important;
}
}
#content {
	padding: 10px;
	float: left;
	height: 450px;
	width: 650px;
	position: absolute;
	top: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #630;
}
body {
	font-size: 14px;
}

