body
{
    color: #232531;
    font-family: Tahoma;
    font-size: 10pt;
    margin: 0px;
    background:#a4b6b5;    
}
a, a:link, a:visted
{
    color: #c4151c;
    text-decoration: none;
}

.smalltext
{
    font-size: 9pt;
    font-weight: normal;
}
h2
{
    margin-bottom: 0px;
    font-size: 12pt;
}
h1
{
    font-family: Tahoma;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 0px;
}
.footer
{
    font-size: 10pt;
    color: #efefef;
    text-align:center;
}
.footer a
{
    color: #efefef;    
}
.footer a:hover
{
    color: #ffcc00;    
}

p,td,div,span
{
    font-size:10pt;
    font-family:Tahoma;
}

img
{
    border: 0px;
}

.FloatRight
{
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}
.FloatLeft
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.pdf
{
    background-image: url(images/pdf.gif);
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-bottom: 5px;
    height: 25px;
    line-height: 25px;
    color: #141414;
    text-decoration: none;
    vertical-align:top;
}

.pdf:hover
{
    color: #990000;
}

.subhead
{
    font-weight:bold;
}
.sublist
{
    margin-top:0px;
    padding-top:0px;
    margin-bottom:5px;
    padding-bottom:5px;
}