/* CSS Document */
body {
    background-attachment: fixed; background-image: url(images/background.gif); background-position: center bottom;
}
.Heading {
	color: #ed217c;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ed217c;
	border-bottom-color: #ed217c;
	border-bottom-style: none;
	border-bottom-width: 1px;
	text-decoration: none;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ed217c;
	border-bottom-color: #ed217c;
	border-bottom-style: none;
	border-bottom-width: 1px;
	text-decoration: none;
}
a:hover {
	color: #570B33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #570B33;
	border-bottom-color: #570B33;
	border-bottom-style: none;
	border-bottom-width: 1px;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ed217c;
	border-bottom-color: #ed217c;
	border-bottom-style: none;
	border-bottom-width: 1px;
	text-decoration: none;
}
.BodyText {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ed217c;
}