html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

body {
	background-color: #ffe68c;
	margin: 0;
	padding: 0;
}

p {

}

h1 {

}

h2 {

}

a:link {
	color: #003366;
}

a:visited {
	color: #006666;
}

a:hover, a:active {
	color: #009999;
}

a.disclaimer {
	font-size:1.35em;
}

#container {
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
}

#call {
	visibility:hidden;
}

#header span {
	display: inline;
	height: 0;
	width: 0;
	left: -1200px;
	position: absolute;
}

#supportingText h2 span {
	display: inline;
	height: 0;
	width: 0;
	left: -1200px;
	position: absolute;
}

#supplemental h3 span {
	display: inline;
	height: 0;
	width: 0;
	left: -1200px;
	position: absolute;
}

h2,h3,h4 {
	font-weight: bold;
	color: #003366;
}

.reference {
	font-size: x-small;
}

.reference span {
	font-style: italic;
}

#credit {
	text-align: center;
	font-size: xx-small;
	color: #999999;
}


