.bord-left {
	background-image: url(images/l-bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bord-right {
	background-image: url(images/r-bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.subnav {
	background-image: url(images/subnav-bg.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 22px;
	vertical-align: top;
	padding-top: 4px;
	color: #666666;
}
.bodymain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: top;
	padding-left: 22px;
	padding-top: 0px;
	padding-right: 20px;
	line-height: 18px;
	padding-bottom: 10px;
	text-align: left;
}
.lists {
	list-style-image: url(images/bullet.jpg);
}
.head1 {
	font-size: 13px;
	font-weight: bold;
	color: #E45A2F;
}
.head2 {
	font-style: italic;
	font-weight: bold;
	color: #017481;
}
a:link {
	color: #4496A2;
	text-decoration: underline;
}
a:visited {
	color: #007381;
}
.img-flushleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
