body {
	margin: 0;
	background-color: #FFF;
	background-image:url(images/bg_top.gif);
	background-repeat: repeat-x;
	height: 100%;
}

html {
	height: 100%;
}

#mainBody {
	background-image:url(images/bg_page.jpg);
	background-repeat: repeat-x;
}

#bodyText {
	padding-left: 12px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #000;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}

A {
	color: #000;
	text-decoration: underline;
}

A:hover {
	color: 900;
	text-decoration: none;
}

UL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	list-style: square;
}

.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000;
}