@charset "utf-8";
body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.LinksMenu A:link {
	color: #000000;
	text-decoration: none;
}
.LinksMenu {
	vertical-align: top;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #851334;
}


.LinksMenu A:visited {
	color: #000000;
	text-decoration: none;
}
.LinksMenu A:hover {
	color: #820F2E;
	text-decoration: underline;
}
.LinksFooter {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
}
.LinksFooter A:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.LinksFooter A:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.LinksFooter A:hover {
	color: #4FC7F9;
	text-decoration: underline;
}
.BodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
}
