/***********************
*
*	Links
*
************************/
a
{
    text-decoration: none;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:hover
{
    color: #ff7000;
    font-weight: bold;
}

a:active
{
    text-decoration: none;
}

/***********************
*
*	Body & Table
*
************************/
body
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-image: url(../images/bgMain.jpg);
    margin: 0;
}

td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3c3c3c;       
}
/************
*
*	Common
*
*************/
.border
{
    color: #e5bc7a;
    font-style: normal;
    font-weight: normal;
    border-right: 1px SOLID #CCC;
    border-left: 1px SOLID #CCC;
}

.pageheader
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
}

.pageheaderOrange
{
    color: #ff6f00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
}

.pageheaderSub
{
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
}

.subheader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.subheaderGrey
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
}

.header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
}

.bodytxtBold
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    padding: 1px;
}

.bodytxt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3c3c3c;
    line-height: 22px;
    text-align: justify;
}

.smalltext
{
    font-size: 9px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
}

.txtdiv
{
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    padding-left: 3px;
    padding-right: 3px;
}

.formInput
{
    color: #666;
    font-style: normal;
    font-weight: normal;
    border: 1px Solid #CCC;
}

.footer
{
    color: #bebebe;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
}

/************
*
*	Menu
*
*************/
.navibaritem
{
    color: #3c3c3c;
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: hand;
}

.navibaritemOrange, .navibaritemOrange:link,.navibaritemOrange:active, .navibaritemOrange:visited, .navibaritemOrange:hover
{
    color: #ff7000;
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: hand;
}

.navibaritemSmall
{
    color: #605d59;
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor: hand;
}


.navibaritemSmallOrange
{
    color: #ff7000;
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    cursor: hand;
}

/***********************
*
*	Designers' Misc 
*
************************/
.dotted_Div
{
    background-image: url(../images/dottedDiv.gif);
    background-repeat: repeat-x;
}


.vertLine
{
    background-image: url(../images/vertLine.gif);
    background-repeat: repeat-y;
    background-position: center;
}

