/* background color for the content part of the pages */
Body
{
    background-color: #000000;
}
b
{
    font-weight:bold;
    font-size: 12px;
}
/* text style for reading messages in Discussion */    
.Section
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 32px;
    font-weight:normal;
    background-color:White;
    color: #877F6B
}

.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

.Head
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #003466
}

.HeadSub
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:   normal;
    color: #003466
}
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #003466;
    padding-left:2px; 
    padding-right:2px; 
    padding-top:2px; 
    padding-bottom:2px;
    line-height :12px;
}
.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #003466;
    padding-left:2px; 
    padding-right:2px; 
    padding-top:2px; 
    padding-bottom:2px;
    line-height :12px;
}
.NavTable
{
    border-width:1px ;
    border-style:solid ;
    border-color:#575245;
}

.ContentCell
{
    border-width:1px ;
    background-color:White;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #666666
}

.brnBorder
{
    background-color:#575245;
}

.bluBorder
{
    background-color:#888AAD;
}

.HeadTable
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF;
    
}

.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}
.SmallRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: red
}
.SmallGreen
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: green
}

.SmallGold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #EBA915
}

.NormalGold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #EBA915
}
.HeaderGold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #EBA915
}

.SmallBlue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #8587A6
}
.SmallWhite
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #FFFFFF
}


.BtnHyperlink
{	
	
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration:    none;
    color:  #003466
}



.SectionSub
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #BED4EB
}

.hBtn 
{
background-color: #877F6B;
border-color: #575245;
border-style:ridge;
border-width: 1px;
font-size: 11px;
color: #FFFFFF;
font-family: verdana;
cursor:hand;
font-weight: bold;
text-decoration: none;
padding:2px
    
}


A:link  {
text-decoration:    none;
    color: #EBA915;
}

A:visited   {
text-decoration:    none;
    color: #EBA915;
    }

A:active    {
    text-decoration:    none;
    color: #EBA915;
}

A:hover {
    text-decoration:    underline;
    color: #EBA915;
}
