﻿body 
{
    font-family:Arial;
    font-size:10pt;
    text-decoration:none;
}
h1
{
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    margin: 0;
    display: inline; 
}
h2
{
    font-family:Arial;
    font-size:10pt;
    font-style:italic;
    margin: 0;
    display: inline; 
}
.footer
{
    font-size:8pt;
}
.divBordered
{
    border:solid 1px black;
    padding: 3px;
    font-size:9pt;
}
.divBody
{
    font-size:9pt;
}
#bkgnd2 {
    position: absolute;
    top: 0px;
    right: 0px;
    height:auto;
    width:100%;
    min-height:100%;
    background:transparent url(bodywrapgrad-reverse.gif) right top repeat-y;
    text-align:center;
    }
* html #bkgnd2 {
    height:100%;
}
A:hover 
{
    font-weight:bold;
}

