body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 001B4C;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #001B4C;
}
h1 {
	font-size: 1.4em;
	line-height: 1.8em;
	color: #001b4c;
	font-weight: lighter;
	text-decoration: none;}
h2 {
	font-size: 1.2em;
	line-height: 1.6em;
	color: #001b4c;
	font-weight: lighter;
	text-decoration: none;
}
h3 {
	font-size: 1em;
	line-height: 1.4em;
	color: #001b4c;
	font-weight: normal;
	text-decoration: none;
}
h4 {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #001b4c;
	font-weight: normal;
	text-decoration: none;
}
h5 {
	font-size: 0.6em;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.imgright {
	float: right;
	border: 0px solid #000033;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
.imgleft {
	float: left;
	border: 0px solid #000033;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}hr {
	color: #999999;
	background-color: #999999;
	display: block;
	border: none;
	height: 1px;
	width: 100%;
}
li {
	list-style-position: outside;
	color: #000033;
	font-size: 1em;
}
.green {
	color: #868700;
}
a:link, a:visited{
	color: #888700;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.white {
	color: #FFFFFF;
}
.bgblue {
	background-color: #E1EBFF;
}
.bggreen {
	background-color: #F7FAE5;
}
