/* --- print.css --- */
*  {
  color: black !important;  
  background-color: white !important;
  background-image: none !important;  
}
table, tr, th, td  {
  border-style: ridge !important;
}
#titleline,
#colwhit,
#colblue,
#colopac,
#topline,
#mainmenu,
#submenu,
#languages,
#titlenav,
#bottomline,
#searchbox,
#searchline,
#toolbar,
#footer  {
  display: none !important;
}
#main  {
 border : none !important;
}
#content {
  width: 65% !important;
  float: left !important; 
}
#column {
  width: 30% !important;
  padding: 0 !important; 
  float: left !important;  
}
#svglogo a  {
  background-image: none !important;
}
#titletext  {
  margin-top: 0 !important;
  padding-top: 1em !important;
}
#breadcrumb  {
  padding-left: 2%;	
}
