@charset "UTF-8";
.content {
	font-family: trebuchet, "trebuchet MS";
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	list-style-image: url(images/bullet.jpg);
	margin: 0px;
	padding: 0px;
}
a:link {
	font-family: trebuchet, "trebuchet MS";
	font-size: 15px;
	line-height: 22px;
	color: #047B94;
	text-decoration: none;
}
a:visited {
	font-family: trebuchet, "trebuchet MS";
	font-size: 15px;
	line-height: 22px;
	color: #00859B;
	text-decoration: none;
}
a:hover {
	font-family: trebuchet, "trebuchet MS";
	font-size: 15px;
	line-height: 22px;
	color: #005B6E;
	text-decoration: underline;
}
.features {
	font-family: trebuchet, "trebuchet MS";
	font-size: 18px;
	color: #990000;
	line-height: 22px;
}
.divider {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
.footer {
	font-family: trebuchet, "trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	list-style-image: url(images/bullet.jpg);
	margin: 0px;
	padding: 0px;
}
.footerteal {
	font-family: trebuchet, "trebuchet MS";
	font-size: 12px;
	line-height: 18px;
	color: #047B94;
	list-style-image: url(images/bullet.jpg);
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
}

