body {
	background: white;
	color:black;
	font-size: 11pt;
	font-family:Arial,Times New Roman, Times, Serif;
}
#header, #menu, #leftcontent, #rightcontent, #valid {
	display:none;
}
h1, h2, h3, h4, h5{
	font-family:Arial,Times New Roman, Times, Serif;
}
h1{
	color:black;
	font-size:14pt;
}
h2{
	color:black;
	font-size:12pt;
}
h3{
	font-size:11pt;
}
#container{
	width: auto;
	border: 0;
	color: black;
	margin: 0 5%;
	padding: 0;
	background: white;
	color:black;
}
#content{
	margin:0;
	width:100%;
	background: white;
	color:black;
}
hr{
	display:none;
}
#footer{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	width:auto;
	margin-top:1em;
	padding:0;
	height:auto;
}
.clear{
	display:none;
}