@charset "utf-8";
.PageInBodyTitles {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.MedTextBlack {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

/* Black Med Black Text Links */

a.MedBlackTextLink:link {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.MedBlackTextLink:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a.MedBlackTextLink:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #556F86;
	text-decoration: none;
}