.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #808080;


}
.body {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #666666;
}
a:link {
	color: #000066;
	text-decoration: none;

}
a:visited {
	color: #000066;
	text-decoration: none;

}
a:hover {
	color: #CC0000;
	text-decoration: none;

}
a:active {
	color: #356B98;
	text-decoration: none;

}
.subheading {
	font-size: 12pt;
	color: #356B98;
	font-weight: bold;

}
.quote {
	font-size: 10pt;
	font-style: italic;
}
.leftmenu {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	color: #003300;
}
.leftquote {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	color: #9E0B0E;
	font-weight: bold;

}
.frontpagetellmemore {
	text-align: right;
}
.homesectionhead {
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 2px;
	color: #FFFFFF;
}
.homesectiontext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000066;
	padding: 2px;
}
.blueborder-left-right-bottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
}
.blueborder-all {
	border: 1px solid #003300;

}
.blueborder-left-only {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #003300;

}
.blueborder-left-right {

	border-top: none;
	border-right: 1px solid #003300;
	border-bottom: none;
	border-left: 1px solid #003300;
}
.blueborder-right-only {

	border-top: none;
	border-right: 1px solid #003300;
	border-bottom: none;
}
.blueborder-bottomonly {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #003300;
	border-left-style: none;

}
.blueborder-toponly {


	border-top: 1px solid #003300;
	border-right: none;
	border-bottom: none;
	border-left-style: none;
}
