#TD_MAIN_CONTENT
{
    border-right: solid 1px #6486a1;
    padding-right: 10px;
}

#TD_RIGHT_COLUMN
{
    padding-left: 5px;
}

body
{
    background-color: #ffffff;
    color: #6F6F6F;
    font-family: Verdana;
    font-size: 11px;
    padding: 0;
    margin: 0;
}

a
{
    /*color: #9f8924;*/
    color: #ff0000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: none;
}

.b
{
    font-family: Verdana;
    font-size: 11px;
    color: #696565;
    margin-bottom: 2px;
}

.bTitlebig
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FF0000;
    margin-bottom: 7px;
}

.bTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    margin-top: 4px;
    margin-bottom: 4px;
}

.menu
{
   padding-top: 10px;
}

.textarea
{
    width: 98%;
    height: 20px;
    font-family: Verdana;
    font-size: 11px;
    border-style: solid;
    border-width: 1px;
    border-color: #C3C3C3;
    background-color: #F0F0F0;
    color: #59798F;
    overflow: auto;
    margin-left: 0px;
    margin-right: 0px;
}

.TextareaMultiline
{
    width: 98%;
    height: 50px;
    font-family: Verdana;
    font-size: 11px;
    border-style: solid;
    border-width: 1px;
    border-color: #C3C3C3;
    background-color: #F0F0F0;
    color: #59798F;
    overflow: auto;
    margin-left: 0px;
    margin-right: 0px;
}

.ContactLinks
{
}

.dotted_line
{
    background: url(img/dot.gif);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dotted_dark_line
{
    background: url(img/dot1.gif);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.clear
{
    clear: both;
}

.tblTabView
{
    height: 264px; 
    border: solid 1px #b4cfe4;
    background-color: #6285a1;
    background-image: url(pictures/site/TabViewBg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    margin-top: 15px;
}

.tblTabViewInner
{
    /*height: 212px;*/
    border: solid 1px #9cb3c5;
    background-color: #d1dbe4;
    background-image: url(pictures/site/TabViewBgInner.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    margin: 30px 0px 5px 0px;
}

.tdMoTab1
{
    height: 50px;
    border-right: solid 1px #9cb3c5;
    border-bottom: solid 5px #d53c34;
    
}
.tdMoTab1 a
{
    color: #d53c34;
    font-weight: bold;
    font-size: 13px;
    
}
.tdMoTab2
{
    height: 50px;
    border-right: solid 1px #9cb3c5;
    border-bottom: solid 5px green;
    
}
.tdMoTab2 a
{
    color: green;
    font-weight: bold;
    font-size: 13px;
    
}
.tdMoTab3
{
    height: 50px;
    border-right: solid 1px #9cb3c5;
    border-bottom: solid 5px #032157;
    
}
.tdMoTab3 a
{
    color: #032157;
    font-weight: bold;
    font-size: 13px;
    
}
.tdMoTab4
{
    height: 50px;
    border-right: solid 1px #9cb3c5;
    border-bottom: solid 5px #005c8f;
    
}
.tdMoTab4 a
{
    color: #005c8f;
    font-weight: bold;
    font-size: 13px;
    
}
.tdMoTab5
{
    height: 50px;
    border-right: solid 1px #9cb3c5;
    border-bottom: solid 5px #0481b9;
    
}
.tdMoTab5 a
{
    color: #0481b9;
    font-weight: bold;
    font-size: 13px;
    
}
.tdMoTab6
{
    height: 50px;
    border-right: solid 1px #9cb3c5;
    border-bottom: solid 5px #d5a934;
    
}
.tdMoTab6 a
{
    color: #d5a934;
    font-weight: bold;
    font-size: 13px;
    
}

/************************** Top Menu style *******************************/
.MenuGroup
{
   
}

.MenuItem
{
    font-family: arial;
    font-size: 11px;
    color: #ffffff;
    vertical-align: middle;
    height: 30px;
    padding: 0px 10px 0px 10px;
    text-align: center;
    background-color: #5c87a9;
    border-top: solid 1px #5f6f7c;
    border-bottom: solid 1px #5f6f7c;
}

.MenuItemHover
{
    font-family: arial;
    font-size: 11px;
    color: #FFFFFF;
    vertical-align: middle;
    height: 30px;
    padding: 0px 10px 0px 10px;
    background-color: #5c87a9;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    border-top: solid 1px #5f6f7c;
    border-bottom: solid 1px #5f6f7c;
}

.ChildMenuItem
{
    font-family: arial;
    font-size: 11px;
    color: #ffffff;
    vertical-align: middle;
    height: 25px;
    padding: 5px 31px 0px 31px;
    background-color: #5c87a9;
    filter: alpha(opacity=90);
    -moz-opacity: .90;
    opacity: .90;
    text-align: left;
}

.ChildMenuItemHover
{
    font-family: arial;
    font-size: 11px;
    color: #ffffff;
    vertical-align: middle;
    height: 25px;
    padding: 5px 31px 0px 31px;
    background-color: #5c87a9;
    cursor: pointer;
    cursor: hand;
    text-align: left;
}
