/* ##### Print Options ##### */

body {
  color: black;
  background-color: white;
  font-family: "times new roman", times, roman, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17pt;
	color: #FF6600; 
	padding-left: 5px; 
	white-space: nowrap;
}

h2 
{  
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FF6600;
	padding-left: 20px; 
	white-space: nowrap;
	margin 0 0 0 0;
	padding-bottom: 0;
}

.doNotPrint {
  display: none !important;
}



#top {
  display: none;
}
#banner h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #FF6600;
	padding-left: 50px; 
	padding-top: 20px;
	white-space: nowrap;
	margin:0 0 0 0;
}
#menu {
  display: none;
}
/* ##### content ##### */

#content {
  text-align: justify;
  margin: 0;
  padding: 0;
}



/* ##### Footer ##### */

#footer
{	
	width: 100%;
  	border-top: 1px solid black;
	text-align:center;
	position:relative;
	font-size:9px;
	color:#000000;

}