.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #69897D;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #336666;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 8px;
}
a.bodytext:link 		{color: #000000;}
a.bodytext:hover 		{color: #99CC66;}
a.bodytext:active 		{color: #99CC66;}

.bodytextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 8px;
	font-weight: bold;
}
.bodytextbullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	list-style-type: none;
	text-indent: -17px;
	padding-left: 17px;
	margin-top: 0px;
	margin-bottom: 8px;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #88A3B4;
	margin-top: 0px;
	margin-bottom: 6px;
	text-decoration: none;
}
a.footertext:link 		{
	color: #88A3B4;
	text-decoration: none;
}
a.footertext:hover 		{color: #99CC66;}
a.footertext:active 	{color: #99CC66;}
