﻿body 
{
    margin: 0px;
    padding: 0px;
    color: #02638b;
    font-family: Verdana, Arial;
    font-size: 13px;
    border-width: 0px;
}
body,html
{
    height:100%;
}
p
{
    font-family: Verdana, Arial;
}
table
{
    border-style:none;
    border-width: 0px;
}
img
{
    border-width: 0px;
    border-style:none;
}
a, a:hover
{
    font-weight:bold;
    color: #073866;
}
.txtDarkOrange
{
    color: #a63e00;
}
.txtDarkBlue
{
    color: #073866;
}
.backgroundDarkBlue
{
    background-color: #073866;
}
.title
{
    font-family: Arial;
    font-weight:bold;
}
.noUnderline
{
    text-decoration: none;
}
.whiteNoUnderline, .whiteNoUnderline:hover
{
    color: White;
    text-decoration: none;
}
.subMenuDiv
{
    color: White;
    text-decoration: none;
    border-bottom-width:2px;
    border-bottom-style:solid;
    border-bottom-color:#193f6d;
}
.subMenuDivHover
{
    color: White;
    text-decoration: none;
    border-bottom-width:2px;
    border-bottom-style:solid;
    border-bottom-color:#8f0000;
}
.handCursor
{
    cursor:pointer;
}
.cboPrices
{
    text-align:center;
    font-size:10px
}