
/*Printer friendly stylesheet: header, footer and navigation should not display when page is printed
Only the content and print friendly header will appear
*/
body, div, p, td, ul {
	font-family: Arial, verdana, sans-serif;
	color:#000000;
	font-size:10pt;
}

#leftDiv, #ConnectDiv, #footerLinks, #search, #gallery, #rightDiv, .back_to_top, #HeaderDiv {
	display: none;
}
#footer {border-top:1px solid #ccc;}

#CtrlDiv { display: none;} 
#printonly {display: block;	clear:both;} 

#cDiv {
	display:block;
	margin: 0px;
	padding: 10px 40px 20px 20px; /*top, left, bottom, right*/
}
.jointtable { width:100%;}

h1 {
	font-size: 16pt;
	font-weight:bold;	
	padding:0;
	margin:0;
}

h2 {
	font-size: 14pt;
	font-weight:bold;
	background:none !important;	
}

h3 {
	font-size: 12pt;
	font-weight:bold;	
	padding:0;
	margin:0;		
}
h4 {
	font-size: 11pt;
	font-weight:bold;	
	padding:0;
	margin:0;	
}
h2.media {
	text-align:center;
	color: #000000;
	background:none !important;
}