  /* Print CSS */
 
  #header, .leftDiv, #rightNav, #footer, #yesButton, #footerText, #yesButton, #mySearchField, #mySearchButton, #pipe, #pageTitle a {
  display: none;
  }
 
 body, p, li, ul, h1, h2, h3, h4, a, th, td { 
      color : #000000; 
      background : #ffffff; 
      font-family : "Times New Roman", Times, serif;
      font-size : 12pt; 
     } 
	 
	
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	}
	
a:link {
	text-decoration: none;
	color: #000000;
	}
	
a:active {
	text-decoration: none;
	color: #000000;
	}
	
a:visited {
	text-decoration: none;
	color: #000000;
}
	
/*
#main_content a:after{  
	content: attr(href)
}
*/
h1#pageTitle {
	font-size: 115%;
	font-weight: bold;
    text-align:center;
}