body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0px;
	background-image:  url(images/bg-white.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#header {
	position: absolute;
	width: 100%;
	line-height: 1.2em;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
.headerTextLarge {
	font-size: 14pt;
}
.headerTextNorm {
	font-size: 12pt;
}
.headerTextSmall {
	font-size: 10pt;
	color: #000000;
}
.headerImage {
	display: none;
}
#header2 {
	display: none;
}
#menu {
	display: none;
}
#content {
	position: absolute;
	top: 120px;
	width: auto;
	padding: 5px;
	float: none;
	left: 5px;
}
.heading {
	color: #994400;
	font-weight: bold;
}
.blueText {
	color: #004E63;
}
.orangeText {
	color: #994400;
}
.blueText2 {
	color: #0082A6;
}
.orangeText2 {
	color: #FF7200;
}
.orangeBg {
	background-color: #995000;
	color: #FFFFFF;
}
.blueBg {
	background-color: #00376E;
	color: #FFFFFF;
}
#footer {
	color: #999999;
	padding: 5px;
	margin-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 0.8em;
	width: auto;
	float: right;
}
.centre {
	text-align: center;
}
li {
}
a:link {
	color: #004E63;
}
a:visited {
	color: #0082A6;
}
a:hover {
	color: #FF7200;
}
#BreadcrumbTrail {
	display: none;
}
.smallText {
	font-size: 90%;
}
.dottedLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
.redlink {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

