﻿/*
blue:0D5CAB
green:7AC142
grey:999999
*/

body 
{
    font:11px Verdana,Helvetica,sans-serif;
    background-color:#ffffff;
    color: #0D5CAB;
    margin: 0;
    padding: 0;
}

p
{
    font:11px Verdana,Helvetica,sans-serif;    
    color: #0D5CAB;
}

p.footer
{
    font:9px Verdana,Helvetica,sans-serif;
}

h1
{
    font:14px Verdana,Helvetica,sans-serif;
    font-weight: bold;
}

h2
{
    font:12px Verdana,Helvetica,sans-serif;
    font-weight: bold;
}

img
{
    border: none;
}

td
{
    vertical-align:top;
}

td.content
{
    padding: 10px 20px 10px 20px;
}


.center
{
    text-align:center;
}

.right
{
    text-align:right;
}
a:link, a:active
{
    color: #0D5CAB;
    text-decoration: underline;
}

a:hover
{
    color: #7AC142;
    text-decoration: underline;
}

a:visited
{
    color: #666666;
    text-decoration: underline;
}
