/* CSS for printing the Partnership Guide */
body, p, caption, td, li, dd, th {
		font-family: "Times New Roman", Times, serif; 
		font-size: 12px; 
		color: #000; 
		background-color: transparent;
		}
h1, h2, h3, h4, h5, h6 {
		font-weight: bold; 
		color: #000; 
		background-color: transparent;
		}
		
h1 {font-size: 26px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

#pagenav {display: none;}
a {text-decoration: none;}

#container a:link:after, #container a:visited:after {
   content: " ( " attr(href) " )  ";
   font-size: 90%;
   }
   