/*
* See for a good reference: http://webdesign.about.com/cs/css/a/aa042103a.htm
*/

body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
}

#canvas {
  background-color: transparent;
}

#container_tr, #container_tl, #container_bl, #container_br {
  background-image: none;
}

a {
  text-decoration : underline;
  color : #0000ff;
}

a:link, a:visited {
  text-decoration : underline;
  color : #0000ff;
}


#fontsize_controller, #footer_right, #footer_ie6 {
  display : none;
}

#footer_print {
  display: inline;
}

 
