h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #65727C;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #28245F;
	margin: 0px;
}


.AlertsTextHeading {
	color: #9E0B0E;
	font-weight: bold;

}


/* Text Links style for the text link across the top of the page Home | About Us | Contact Us, etc. */

a.TextLinks:link {
	color: #75755C;
	text-decoration: none;
}
a.TextLinks:visited {
	color: #75755C;
	text-decoration: none;
}
a.TextLinks:active {
	color: #75755C;
	text-decoration: none;
}
a.TextLinks:hover {
	color: #75755C;
	text-decoration: underline;
}


#FooterTextLink {
color: #000000;
}

#SecureLoginLink {
text-decoration: none;
}

#SecureLoginLink:hover {
	text-decoration: underline;
}

