#banner-wrapper, 
#skip, 
#language-search-wrapper, 
#menu-wrapper, 
#splash-wrapper, 
#submenu-wrapper, 
#extra-content-wrapper,
#header-wrapper,
.printPage {
	display: none;
}

body { padding:1cm 1.5cm 2.5cm 1cm; color:#000; }
a:link, a:visited { color:#000; }
h1, h2, h3 { margin:1em 0 .5em; font-family:Arial, Helvetica, sans-serif; }
h1 { font-size:18pt; }
h2 { font-size:14pt; }
h3 { font-size:12pt; }
p { margin:0 0 1em; padding:0; font:11pt/1.1em "Times New Roman", Times, sans-serif; }
ul li { font:11pt "Times New Roman", Times, sans-serif; }
img { border:none; }
img.imgPlaceLeft, img.imgPlaceRight { margin:0.25em 1em 0.5em; }
.imgPlaceLeft { float:left; margin-left:0; }
.imgPlaceRight { float:right; margin-right:0; }
#footer-wrapper { margin-top:3em; padding-top:0.5em; border-top:1px solid; }
#footer p { font-size:10pt; }

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}