/*TCS - style sheet for print pages*/
/*except main index, access and photos*/
div#printop a {
	display: none;
}
div#printop h3 {
	font-size:20pt;
	font-weight: bold;
	text-align: center;
}
#masthead {
	display: none;
}
#menubarblue {
	display: none;
}
#leftcol {
	display: none;
}
#centercol h3, #centercolw h3 {
	font-size:16pt;
	font-weight: bold;
	text-align: center;
}
#footer {
	border-top: 1pt solid #EFEFEF;
	padding-top: 8pt;
	font-size: 8pt;
	font-style: italic;
	text-align:center;
}
#footer a {
	display: none;
}
table#fees  {
	margin-top: 12pt;
	margin-bottom: 12pt;
}
table#fees th {
	text-align: left;
	font-weight: normal;
}
table#fees th, table#fees td {
	padding-bottom: 8pt;
}
.ci {
	text-align: center;
	font-style: italic;
}
.cismall {
	text-align: center;
	font-style: italic;
	font-size: 10pt;
}



