body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.whiteText {
	color: #FFFFFF;
}
.whiteTextLarge {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}
.orangeHeading {
	font-size: 18px;
	font-weight: bold;
	color: #d74700;
}
a:link {
	color: #D74700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D74700;
}
.orangeBorder {
	border: 1px solid #d74700;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #D74700;
}
