/* Printer Friendly CSS */




body {
  color : #000000;
  background : #ffffff;
  font-family : Arial, sans-serif;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  font-size : 14pt;
  overflow: visible !important;
  float: none;
   
}



div { width: 100%; margin: 0; float: none; overflow:visible !important; position:static !important;} 

div#navigation
{ width: 100%; margin: 0; float: none; overflow:visible !important; position:fixed !important;} 

#content
{
width: 100%; margin: 0; float: none; overflow: visible !important; position:relative !important;
}


a {
  text-decoration : underline;
  color : #0000ff;
}

#Oobj100, #Oobj116, #Oobj118, #leftcolumn, #rightcolumn, #navlist, #footerimage_css, #footer_css, .noprint {
  display : none;
}

/* The printer friendly concept came from http://webdesign.about.com/cs/css/a/aa042103a.htm */