/* CSS Document */

body { 
  color: black; 
  background-color: white;
  font-size: 12pt;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  width: 100%;
}

#outer {
 text-align:left;
 border:0px;
 }

a {
  color: black;
  background-color: white;
  text-decoration: none;
}


div#top_nav  {
 display: none;
}

div#bar {
	display: none;
}

h3 {
	font-size: 14px;
	border-bottom: 2px solid #000;
}

div#l-col{
  display: none;
 }

div#subnav {
	display: none;
}


div#bodyblock {
 background: #fff;
 color: #000;
 padding:0px;
 margin: 0px;
 border: 0px;
 }
 

div#cont {
	border:0px;
	text-align:left;
	vertical-align: top; 
}


div#footnote {
  color: black; 
  background-color: white;
  font-size: 11pt;
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  border-top: 2px solid #000;

}