/* CSS Document */
body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
  width: 100%; 
  border: none; 
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#navigation, #header, #footer, #breadcrumb, #col_left, #top_nav, #sidenav, #search, #sidebar, .noprint  {
  display : none;
}

#main {
  border: none; 
  width: 100%; 
}

#content { 
  border: none;
  width: 100%;
}

#col_center {
  border: none; 
  width: 100%; 
}

/* this is for a page break*/

.break {
page-break-after:always
}



