﻿html,
body
{
    margin:0px;
    padding:0px;
    height: 100%;
    font-family: verdana; 
    font-size: 12px;
    color: #333333;
    background-color: #e5e5e6;
    background-image: url('/images/bg.gif');
    background-position: center;
    background-repeat: repeat-y;
    cursor: default;
}
a:link,
a:visited
{  
    color: #ee333e; 
    text-decoration: none;
}
a:hover
{
    color: #ee333e; 
    text-decoration: underline;
}
.required
{
    color: #ee333e; 
}
hr
{
    color: #40485b;
    background: #40485b;
    height: 1px;
    border: 0px;
}
.footer a:link,
.footer a:visited
{  
    color: #a16a6a; 
    text-decoration: none;
}
.footer a:hover
{
    color: #d32300; 
    text-decoration: underline;
}
em
{
    color: #484848;
    font-family: arial black;
    font-size: 15px;
    font-style: normal;
    line-height: 24px;
}
.menu
{
    border: 0px;
    font-size: 10px;
    line-height: 10px;
    font-weight : bold;
    color: #ffffff;
    background-color: #999696;
    width: 10px;
    padding-bottom: 2px;
}
.navOut
{
    padding: 2px 4px 2px 4px;
    background-color: #5d5d5d;
    color: #ffffff;
    white-space: nowrap;
}
.navOver
{
    padding: 2px 4px 2px 4px;
    background-color: #ffffff;
    color: #ee333e;
    white-space: nowrap; 
}
.chart
{
	background-color: #999999;
}
.chart td
{
	background-color: #ffffff;
}

.formcells 
{
        text-align: left; 
        vertical-align: top; 
        padding: 3px 0px 3px 8px; 
        width: 150px; 
        background: #EAEAEA; 
        color: #000000; 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        font-weight: normal; 
        border-bottom: 2px #FFFFFF solid;
}

.formheaders 
{
        text-align: left; 
        vertical-align: top; 
        padding: 3px 0px 12px 8px ; 
        color: #000000; 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 14px; 
        font-weight: bold;
}

.ROIformfield 
{
        border: 1px solid #CCCCCC; 
        width: 200px; 
        padding: 2px 0px 2px 3px ; 
        background: #FFFFFF; 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        font-weight: normal; 
        color: #000000; 
        margin: 0px 0px 10px 10px ;
}
