
html {
	padding:0;
	margin:0;
	height: 100%;
}


body {
	padding:0;
	margin:0;
	height: 100%;
	background:#FFFFFF;
	color: #000000;
	font-family: "Helvetica CE", "Times CE", "Times New Roman", Times, Arial, Helvetica, serif;
	font-size: 12pt;
}


#headerenv{
	display: none;
}


#sidebar {
	display: none;
	}

#sidebar-content {
	display: none;
	}
	


div,p  {margin-top:0}/*clear top margin for mozilla*/

#footerenv{
	
	width:100%;
	height:16px;
	margin: 0;
	padding: 0;
}

#footer{
	color: #000000;
	/*background-color:#FDB813;*/
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
	height:16px;
	padding-top: 2px;
	}
	
	table {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-collapse: collapse;
	font-size: 0.9em;
	}
	
th, td {
	padding: 3px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;   
	}
	
	th {
	color: #000000;
		/*background-color: #000000;  */
	}
	
	h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: "Helvetica CE", "Geneva CE", Arial, Helvetica, sans-serif;
} 

h2 {
	
	font-size: 1.25em;
	font-weight: bold;
	font-family: "Helvetica CE", "Geneva CE", Arial, Helvetica, sans-serif;
} 
