h2 {
	font-size: 80%;
	font-weight: bold;
	line-height: 25px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
}
.bodyCopy {
	font-size: 80%;
	color:#333333;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
a:link {
	color: #91867C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #91867C;
}
a:hover {
	text-decoration: underline;
	color: #7686C2;
}
a:active {
	text-decoration: none;
	color: #7686C2;
}
.FooterHeader {
	font-size: 70%;
}