html,
body,
form
{
    margin:0px;
    padding:0px;
    height:100%;
    background-color: #ffffff;
}
td
{
    font-family: verdana;
    font-size: 11px;
    color: #264353;
}
.navMenu
{
    width: 179px;
    text-align: left;
    margin-bottom: 8px;
}
.navMenu td
{
    padding-left: 20px;
    padding-right: 4px;
    padding-bottom: 2px;
    font-size: 10px;
    color: #ffffff;
    cursor: pointer;
}
.navHead
{
    height: 18px;
    width: 186px;
    padding-top: 2px;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    cursor: default;
    background-image: url('/images/nav.png');
    background-repeat: no-repeat;
}
.nav
{
    background-image: url('/images/navButton.gif');
}
.navOver
{
    background-image: url('/images/navButtonOver.gif');
}
a:link,
a:visited
{  
    color: #001efe; 
    text-decoration: none;
}
a:hover
{
    color: #fe004e; 
    text-decoration: underline;
}
#foot a:link,
#foot a:visited
{  
    color: #0050c4; 
    text-decoration: none;
}
#foot a:hover
{
    color: #ff004e; 
    text-decoration: underline;
}
hr
{
    color: #728fad;
    background: #728fad;
    height: 1px;
    border: 0;
}
h1
{
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #264353;
}
.field
{
    border: #0054bb 1px solid;
    color: #000000;
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 11px;
}
.button
{
    border: #0054bb 1px solid;
    color: #000000;
    background-color: #eeeeee;
    font-family: Verdana;
    font-size: 11px;
}
