.noPrint{ /* add to hide individual elements when printing */
	display:none;
}
.headerContainer input,
#Template_searchdosearch,
.breadCrumbs,
table.tabTable td.cornerCell, table.tabTable td.leftCell, table.tabTable td.rightCell,
.card1,
.contentModule,
.polaroidContainer,
.footerInner table,
.footerContainer ul
{
	display:none;
}
.titleLayer h1, .titleLayer h2, .titleLayer h3, .titleLayer h4, .titleLayer h5{
    display:none;
}
ul{
	list-style:disc;
}
ul.tabBullets{
	list-style:none;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}
ul.tabBullets li{
	display:none;
	padding:0px;
	margin:0px;
}
ul.tabBullets li.activeTab{
	display:block;
	font-size:1.6em;
}
ul.tabBullets li a{
	text-decoration:none;
}
.titleLayer img {
visibility:visible;
}

table.profileTable, table.profileTable_page {
                border:2px solid #C5C570;
                padding:8px 0;
}
table.profileTable th img, table.profileTable_page th img {
                display:none;
}

