/* CSS Document */
html,body {
	font-family: Arial;
	font-size: 12pt;
	color: black;
	background-image:none;
	background-color:white;
}
a:link, a:hover, a:visited {
	font-size: 11pt;
	text-decoration: none;
}
#bg {
	background-image:none;
	background-color:none;
	}
#bg-tile {
	background-image:none;
	background-color:none;
	}
#gradient {
	background-image:none;
	background-color:none;
	}

#headercontainer {
	display: none;
}
#containerheadprint {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	position: relative;
	height: 153px;
	display: inline;
}
#containerfooter {
	/*display: none;*/
}
#containerbody {
	width: 90%;
	margin: 0px;
}
#column1 {
	display: none;
}
#column2 {
	float: left;
	width: 100%;
}

