*{
margin:0;
padding:0;
}
div.sidebar,div.footer{
display:none;
}
body{
font-size: 0.75em;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #000000;
}
h2{
	font-size:1.7em;
	padding-bottom:15px;
	}
	p{
	line-height:1.3em;
	padding-bottom:15px;
	color:#737373;
	font-family: Arial, Helvetica, sans-serif;
	}
	hr{
	color: #000;
	background-color: #000;
	height: 2px;
	margin-top:0px;
	margin-bottom:15px;
	border: 0;
	}
	ul, ol {
	padding-left:25px;
	padding-bottom:15px;
	}
		ul li{
		line-height:1.3em;
		list-style-type:disc;
		color:#737373;
		}
		ol li{
		line-height:1.3em;
		color:#737373;
		}