body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}
a:link {
	color: #750409;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #750409;
}
a:hover {
	text-decoration: underline;
	color: #CA610A;
}
a:active {
	text-decoration: none;
	color: #DA9F00;
}
.textBlue {
	color: #003d78;
	font-weight: bold;
}
.textGreen {
	color: #008752;
	font-weight: bold;
}
.textWhite {
	color: #ffffff;
	font-weight: normal;
}
.textRed {
	color: #750409;
	font-weight: normal;
}
.textOrange {
	color: #CA610A;
	font-weight: normal;
}
.textGray {
	color: #a9a8a8;
}
.heading {
	font-size: 120%;
	font-weight: bold;
}
.headingBlue {
	color: #003d78;
	font-size: 120%;
	font-weight: bold;
}
.headingGreen {
	color: #008752;
	font-size: 120%;
	font-weight: bold;
}
.gutterLeftWideText {
	margin-left: 30px;
	line-height: 220%;
}
.gutterLeft {
	margin-left: 30px;
	line-height: 140%;
}
.textLegal {
	color: #a9a8a8;
	font-size: 90%;
}
.blackBorder {
	border: 1px solid #000000;
}
.bgNoRepeat {
	background-repeat:no-repeat;
}

#sup {
	font-size:60%;
	vertical-align:super;
	line-height:50%;
}