
address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li, menu, ol, p, pre, tr, ul
{
    font-family: arial;
    color: #000000;
    font-size: 12px;
    letter-spacing=.03cm;
}
th
{
    font-family: arial;
    color: #2194c5;
    font-size: 14px;
}

a:link
{
    color: black;
    font-family: arial;
     background: transparent;
    font-weight: normal;
    text-decoration: none;
}

a:visited
{
    color: black;
    font-family: arial;
     background: transparent;
    font-weight: normal;
    text-decoration: none;
}

a:hover
{
    color: black;
    font-family: arial;
     background: transparent;
    font-weight: normal;
    text-decoration: underline;
}

H2
{
    color: black;
    background: transparent;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
}

H3
{
    color: black;
    background: transparent;
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
}

H4
{
    color: #209cb5;
    background: transparent;
    font-family: arial;
    font-size: 18px;
    font-weight: normal;
    padding-bottom=2px
}

@media print
{
    /* Use class="dontprint" for page elements that
       should not be printed */
    .dontprint
    {
        display: none;
    }
  .printwidth
    {
        width:650px;
    }
}

@media screen
{
    /* Use class="printonly" for page elements that
       should be printed but not displayed in the browser */
    .printonly
    {
        display: none;
    }
  .printwidth
    {
        width:100%;
    }
}