﻿body
{
    margin: 0px;
    background-color: #e4e4e4;
}

.copyright
{
    font-family: Verdana;
    color: #484848;
    font-size: 10px;
}

.white
{
    font-family: Verdana;
    color: #ffffff;
    font-size: 10px;
}

.heading
{
     font-family: Verdana;
    color: #ffffff;
    font-size: 16px;
    font-weight:bold
}

.content
{
    font-family: Arial;
    color: #424242;
    font-size: 12px;
    text-decoration: none; 
}

.content a:hover
{
    color: #d40100;
    text-decoration: underline; 
}

.heading2
{
    font-family: Arial;
    color: #02264c;
    font-size: 16px;
    font-weight: bold;
}

.heading3
{
    font-family: Arial;
    color: #006683;
    font-size: 16px;
    font-style: italic;
}

.feature
{
    font-family: Arial;
    color: #006683;
    font-size: 12px;
    text-decoration: none;
}

.feature a:hover
{
   text-decoration: underline;
    color: #d40100;
}

.black
{
    font-family: Verdana;
    font-size: 8pt;
}

.link
{
    font-family: Verdana;
    font-size: 8pt;
    color: #d40100;
    text-decoration:underline
}

.thumb
{
    border-bottom: #8c9ea9 1px solid;
    border-left: #8c9ea9 1px solid;
    border-top: #8c9ea9 1px solid;
    border-right: #8c9ea9 1px solid;
    width: 100px;
    height: 100px
}