@charset "UTF-8";
/* CSS Document */

a:link {
	color: #7fafbf;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7fafbf;
}
a:hover {
	text-decoration: none;
	color: #718a92;
}
a:active {
	text-decoration: none;
	color: #7fafbf;
}

.bodytext {
	font-size: 11px;
	line-height: 13px;
}

.bullettext {
	line-height: 16px;
}
.blue {
	color: #7fafbf;
	font-size: 12px;
}

.hmfooter {
	font-size: 9px;
	margin-top: 11px;
}

a.linkcolor {
	color: #777;
	text-decoration: none;
}

a.linkcolor:hover {
	color: #d2492a;
	text-decoration: none;
}


.footer {
	font-size: 10px;
	margin-top: 11px;
}
ul {
	list-style-image: url(images/bullet.gif);
}
