body {
	background-color: Rgb(245,245,225);
  font-family : Verdana, sans-serif;
  font-size : 12px;
  font-weight : normal;
  color : #000000;
  text-decoration: none;
  margin: 0;
  /* sets all to 0 */
  padding: 0;
  /* think Opera sets padding on body */
  width: 100%;
}

h1          { font-size : 30px; font-weight : bold;   text-decoration: none; }
h2          { font-size : 20px; font-weight : bold;   }
h3          { font-size : 12px; font-weight : bold;   }
h4          { font-size : 11px; font-weight : normal; }
h5          { font-size : 10px; font-weight : normal; }
h6          { font-size :  9px; font-weight : normal; }
h5          { font-size :  8px; font-weight : bold;   }

TD          { font-size : 12px; font-family : Verdana, sans-serif; font-weight : normal; color : #000000; }

div.c { text-align: center; }
div.r { text-align: right; }

#menu {
  margin:0 0 0 0;
  position: absolute;
  top : 10px;
  left: 10px;
  width : 180px;
  padding-left : 3px;
  padding-top : 5px;
	background-color : Rgb(175,225,225);
  border: thin solid #0000A0;
  font-size: 11px;
}

#main {
  position: absolute;
  top: 2px;
  left: 210px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  padding-right: 10px;
  /*border: thin solid #999;*/
}

