
body {
   margin-top:10px;
   margin-bottom:10px;
   margin-left:10px;
   margin-right:10px;
   background-color:#00b0e9;
   color:black;
   font-size:11pt;
}

p,ul,ol,li,dl,dt,dd,div,td,th,address,blockquote,nobr,b,i {
   font-family:Arial,Helvetica,sans-serif;
   font-size:11pt;
}

h1,h2,h3,h4 {
   font-family:Arial,Helvetica,sans-serif;
}

h1 {
   font-size:24pt;
   border-bottom:solid thin black;
}

h2 {
   font-size:18pt;
}

h3 {
   font-size:14pt;
}

h4 {
   font-size:12pt;
}

pre {
   font-family:Courier New,Courier;
}

code,kbd,tt {
   font-family:Courier New,Courier;
}

a:link    { color:white; }
a:visited { color:navy; }
a:hover   { color:yellow; }
a:active  { color:blue; }
a:focus   { color:yellow; }

img {
  border:0pt;
}

/*
td.menuhead {
  vertical-align:top;
  text-align:center;
  white-space:normal;
  border-left-style:none;
  width:100px;
}

td.menuentry {
  vertical-align:top;
  text-align:left;
  white-space:normal;
  border-left-style:none;
  width:100px;
  height:30px;
}
*/

/*
td.button { 
  vertical-align:middle;
  text-align:left;
  white-space:normal;
  border-left-style:none;
  width:100px;
  height:30px;
  background-image:url(/images/background/button.jpeg);
}

td.button a:link    {
  color:white;
  text-decoration:none;
}
td.button a:visited {
  color:white;
  text-decoration:none;
}
td.button a:hover   {
  color:yellow;
  text-decoration:none;
}
td.button a:active  {
  color:yellow;
  text-decoration:none;
}
td.button a:focus   {
  color:yellow;
  text-decoration:none;
}
*/

div.menu    { display:none; }
div.content { }
p.menuhead  { }
p.menuentry { }
.searchmask { display:none; }
.printedcopyright {
  text-align:right;
  font-size:smaller;
  display:block;
}
