/* CSS Document */
<!--
body {
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt;
  text-align: justify;
  color : #000000
 
}
a {
  text-decoration : underline;
  color : #0000ff;
}

#rightmenu { display:none}
#banner { display:none}
#nav { display:none}
#content { width:100%}


-->