html,body{ 
	background-color: #fff;
	font-size: 12pt;
}

h2{
	font-size: 16pt;

}
h2.moduleHeader {
	font-size: 16pt;
}
h3{
	font-size: 12pt;
	font-weight: bold;
}
h3.noLowGap{
	font-size: 12pt;
}
h3.noLowGap a:link{
	font-size: 12pt;
}
h3.noLowGap a:visited{
	font-size: 12pt;
}
h4{
	font-size: 12pt;
}
img.floatRightPrinter{
	display: none;
}

/* layout divs /////////////////////////////*/

/* navigation /////////////////////////////*/
#navigation{
	display: none;
}
#navigation ul{
	display: none;
}
/* navigation end /////////////////////////////*/
/* subnavigation /////////////////////////////*/
#subnavHolder{
	display: none;
}
/* subnavigation end /////////////////////////////*/
#banner{
	display: none;
}
/* content /////////////////////////////*/
/* module /////////////////////////////*/
div.moduleTop{
	display: none;
}
div.moduleContent{
	display: none;
}
div.moduleBottom{
	display: none;
}
/* module end /////////////////////////////*/
#footerLeft{
	display: none;
}