.bodyTxt
{
    color: #000000;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.WhiteBodyTxt
{
    color: #FFFFFF;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.bodySmall
{
    color: #000000;
    font-family: Arial;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
}

.bodyLink
{
    color: #1E356A;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    text-decoration: underline;
}

.bodyLinkB
{
    color: #1E356A;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}

.bodySmallLink
{
    color: #1E356A;
    font-family: Arial;
    font-weight: normal;
    font-size: 10px;
    text-decoration: underline;
}

.whiteTxt
{
    color: #ffffff;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.NavSmallTxt
{
    color: #1E356A;
    font-family: Arial;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
}
A.NavSmallTxt:hover
{
	text-decoration: underline;
}


.NavSmallTxtS
{
    color: #BE6700;
    font-family: Arial;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
}
A.NavSmallTxtS:hover
{
	text-decoration: underline;
}


.titleTxt
{
    color: #2B5184;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.brownTxtB
{
    color: #BE6700;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.brownTxt
{
    color: #BE6700;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.brownTxts
{
    color: #BE6700;
    font-family: Arial;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
}

.blueTxt
{
    color: #092d74;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.bgMenu
{
    BACKGROUND: #2D578A;
}

.bgMenuTD
{
    BACKGROUND: #5083BA;
}

.outSpan
{
    BACKGROUND: #5083BA;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: NONE;
    PADDING: 4px;
    WIDTH: 100%;
}

.overSpan
{
    BACKGROUND: #2D578A;
    COLOR: #ffffff;
    CURSOR: hand;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: NONE;
    PADDING: 4px;
    WIDTH: 100%;
}


.subMenuDiv
{
    position: absolute;
    visibility: hidden;
    z-index: 10;
}

.formField
{
    border-width: 1px; 
    BACKGROUND: #E2EAF1;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
}

.contactFormField
{
    border-width: 1px; 
    BACKGROUND: #E2EAF1;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    width: 100px;
    
}
.inputFormField
{
    border-width: 1px; 
    BACKGROUND: #E2EAF1;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    width: 250px;
    
}

