body
{
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
}

div, p, th, td, li, dd, dl, dt, pre
{
  /* redundant selectors so NS4 doesnt forget */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

dt { font-weight: bold; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }


h1, h2, h3, h4, h5, h6
{
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #336;
}

h2
{
  color: red;
}

a
{
  text-decoration: none;
  color: #00F;
}

code, tt, pre
{
  font-family: "andale mono", monaco, courier, "courier new", monospace;
}

.footer, .uniquickfind
{
  margin: 0 10px 0 10px;
  font-size: 10px;
  font-family: geneva, arial, helvetica, sans-serif;
}

.note { color: #336; }
.hilight { background: #CF0; }
.white { color: #fff; }
.red { color: #C00; }
.source { background: lightgrey; }
.signature {font-family: cursive;}
tr.breakhere {page-break-before: always}

small { font-family: geneva, arial, helvetica, sans-serif; }

td {vertical-align: top;}

a.navmenu {color: white;}

a:link {
        color: #003366;
        text-decoration: underline;
        }
a:visited {
        color: #003366;
        text-decoration: underline;
        }
a:hover {
        color: #F8F8EF;
        background-color: #003366;
        }
a:active {
        color: #333333;
        text-decoration: underline;
        }
        
.lang_menu {
        text-align: right;
        }
/*
td.left {background-image: url(images/layout/fallLeavesOrangeLamppost.jpg);}
td.right {background-image: url(images/layout/fallLeavesOrangeTree.jpg);}

ul.navmenu {padding: 0; margin: 0;}
li.navmenu {background-image: url(images/layout/navbar-inactive.png); text-align: center; width: 149px; height: 38px; list-style: none; padding: 0; margin: 0; color: white;}
li.navmenu:hover {background-image: url(images/layout/navbar-active.png); text-align: center; width: 149px; height: 38px; list-style: none; padding: 0; margin: 0;}
li.img {list-style-image: url(images/layout/LeafSmallOrange.gif);}
*/

