html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
	font-family: Arial, sans-serif;
}

#contents {
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 12pt;
	color: #81233B;
	text-decoration: none;
}

#main {
	margin-bottom: 80;
	height: auto;
	padding: 0;
}

.TypicalText {
	font-size: 11pt;
	font-family: "Dutch801 Rm BT", serif;
	color: #81233B;
}

.TitleText {
	font-size: 14pt;
	font-family: "Dutch801 Rm BT", serif;
	color: #FDD7B3;
}

.HeadingText {
	font-size: 14pt;
	font-family: "Dutch801 Rm BT", serif;
	color: #81233B;
}

.NavText {
	font-size: 10pt;
	font-family: "Dutch801 Rm BT", serif;
	color: FDD7B3;
	text-decoration: none;
	font-weight : bold;
}

.TypicalTextDisclaimer {
	font-family: "Dutch801 Rm BT", serif;
	font-size: 12pt;
	color: #81233B;
	text-decoration: none;
}

