h1 {
    font-family : Arial;
    color:darkblue;
  }
h2 {
    font-family : Arial;
    color:darkblue;
    }
p.main {
    font-family : Arial;
    font-size : 11pt;
    }
P.main {
    font-family : Arial;
    font-size : 11pt;
}
P.bmain {
    font-family : Arial;
    font-size : 12pt;
    font-weight : bold;
}
P.bsmain {
    font-family : Arial;
    font-size : 11pt;
    font-weight : bold;
}
#wrap {
    border:1px solid white;
    width:780px;
    padding:5px 5px;
    }
#menu {
    background:blue;
    border-bottom:1px solid white;
    padding:4px 0;
    width:780px;
    }
#menu a {
    padding:4px 6px;
    text-decoration:none;
    font-family:Arial;
    font-weight:bold;
    font-size : 10pt;
    color:white;
    }
#menu a.hover {
    background:darkblue;
    }
#menu span {
    display:none;
    }
#img {
    vertical-align:bottom;
    }

#subnav {
    color:white;
    font-size:10pt;
    margin-bottom:0em;
    }
#subnav a {
    color:white;
    margin-right:1em;
    }

#subnav span {
    color:darkblue;
    margin-right:1em;
    }

