﻿body
{
    margin: 0;
    background-color: #c3c7ec;
    font-family: Verdana;
    font-size: 11px;
}

div.nav
{
    background-color: #374a74;
    height: 25px;
    line-height: 25px;
}

div.nav a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}

h1
{
    font-size: 15px;
    font-weight: bold;
    text-align: inherit;
}

h2
{
    font-size: 11px;
    font-weight: normal;
    text-align: inherit;
    font-weight:bold;
}

h3
{
    font-size: 11px;
    display: inline;
    font-weight: normal;
    text-align: inherit;
}

td.form
{
    text-align: right;
    font-weight: normal;
}

td.formRequired
{
    text-align: right;
    font-weight: bold;
}

img.RightImage
{
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

img.LeftImage
{
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}
