body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}

}
#Header, #Footer { 
  display : none; 
}

/* Ensure the content spans the full width */
#content
{
width: 100%; margin: 0; float: none;
}

img {
display: none
}

a {
	color: #333;
	font-weight: bold;
}
a:after { 
	content:" ["attr(href)"]"; 
	font-weight: normal;
}
a[href^="/"]:after {
	content: "";
}
		
bodyText {
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
	}
	
p {
	color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
  }

title {
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 14pt; 
  }
		
title2 {
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 14pt; 
  }
	
hidden {
display: none
}

a.hidden:link {
display: none
}
a.hidden:visited {
display: none
}
a.hidden:hover {
display: none
}