/* GENERAL STYLE FOR ENTIRE PAGE */
body {
  background-color: #ffffff;
  color: #333333;
  background-repeat: no-repeat;
  background-position: top;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

body, table, td {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  line-height: 19px;
}

li.new { list-style-image: url('images/new.gif'); }

.key { 
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}
h1 { font-size: 22px; margin-top: 5px; margin-bottom: 25px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; font-style: italic; }


.contents {
    background-image: url('images/bg-contents.gif');  
    background-repeat: no-repeat;
}

.menu {
    /* background-image: url('../images/bg-menu.gif');  */
    background-repeat: no-repeat;
}

.code {
  font-family: monospace;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
}

.fancyForm {
    height: 25px;
    background-color: white;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:11px;
}

.topmenu {
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}
