body,html{
	color: black;
}
a:link{
	color: black !important;
	text-decoration: none !important;
}
a:visited{
	color: black !important;
	text-decoration: none !important;
}
a:active{
	color: black !important;
	text-decoration: none !important;
}
a:hover{
	color: black !important;
	text-decoration: none !important;
}
.donotprint{
	display: none !important;
}
.printonly{
	display: inline !important;
}
div#wrapper{
	background: none;
}
div#container{
	width: 100%;
	float: none;
	padding: 0px;
	margin: 0px;
}
div#content{
	margin: 0px;
}
div#sidebar{
	display: none;
	float: none;
	background: none;
}
div#menu{
	display: none;
}
div#footer{
	display: none;
}

