﻿body
{
    background-color: #f5f5f5;
}
.boxMain
{
    background-image: url(/images/bg.jpg);
    background-repeat: no-repeat;
    background-color: #f9fbfd;
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
}
.navLink
{
    font-size: 12px;
    color: white;
    font-family: Verdana, Arial;
    text-decoration: none;
    font-weight: bold;
    padding-right: 10px;
    line-height: 18px;
}
.navLink:Hover
{
    color: #3366cc;
}
.footer
{
    font-size: 11px;
    color: #4682b4;
    font-family: Verdana, Arial;
}
.mainContent
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana, Arial;
    line-height: 17px;
}
.mainContentLink
{
    font-size: 12px;
    color: #4682b4;
    font-family: Verdana, Arial;
    line-height: 17px;
    text-decoration: underline;
}
.mainContentLink:Hover
{
    font-size: 12px;
    color: #ffa300;
    font-family: Verdana, Arial;
    line-height: 17px;
    text-decoration: underline;
}
.subHeader
{
    font-size: 16px;
    color: #000000;
    font-family: Verdana, Arial;
    font-weight: bold;
}
.pageHeaderBox
{
    width: 400px;
    background-color: #7bb3dc;
}
.pageHeader
{
    font-size: 16px;
    color: #ffffff;
    font-family: Verdana, Arial;
    font-weight: bold;
    line-height: 20px;
    padding-left: 5px;
    margin-left: 5px;
}
.orange
{
    color: #ffa300;
    font-weight: bold;
}
.fieldName
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana, Arial;
    
}
.fieldValue
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana, Arial;
    width:300px;
   
}
