body 
{
  font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
  color:black;
  margin-left: 10px;
  margin-top: 10PX;
  background-color: #FFFFFF;
  font-size: 13px;
}

a 
{
  font-size:13px;
  color: black;
  text-decoration: UNDERLINE; 
}

a:HOVER 
{
  font-size:13px;
  color: #990000;
  text-decoration: UNDERLINE;
}

a:ACTIVE 
{
  font-size:13px;
  font-weight:bold;
  color: black;
  text-decoration: UNDERLINE;
}

/* Menu Style Starts */ 
a.menu
{
    font-size:14px;
    color: #1C3168;
    text-decoration:none;  
}

a.menu:HOVER 
{
    font-size:14px;
    /*color: #E1D6c6;*/
    text-decoration:none;
    
}

a.menu:ACTIVE 
{
      font-size:14px;
    color: #1C3168;
    text-decoration:none;
  
}
/* Menu Style Ends */ 

input, select, TextBox {
  font: normal 13px Arial,Helvetica,Sans-serif;
}

button {
  font: normal 13px Arial,Helvetica,Sans-serif;
}

TextBox.StkCodeTxtBox 
{
    font: normal 13px Arial,Helvetica,Sans-serif;
    max-width: 5;
}

.ContentHeader 
{
    font-weight:bold;
    font-size:16px;
    color :#1C3168;
    text-align:left;
    border-bottom: solid 1pt #1C3168;
}

.BackgroundBold
{
    color: #990022;
    background-color:#F3F6ED;
    font-weight:bold;
    vertical-align:middle;
}

.PlainBold
{
    color: black;
    background-color:white;
    font-weight:bold;
    vertical-align:middle;
}

.ErrMsg 
{
    font-weight:bold;
    font-size:14px;
    color :black;
}

.News
{
    font-size:13px;
}

/* Stock Quote starts */
table.StkQuoteTable
{
  font-size:13px;
  background-color: #F3F6ED;
  border-style: solid ;
  border-color: #E1D6c6;
  border-width: 1pt;
}

table.StkQuoteTable tr.TableRow td 
{
    background-color: #F3F6ED;
    border-style: solid ;
    border-color: #E1D6c6;
    border-width: 1pt;
}

.StkQuoteLblCell
{
    background-color: #F3F6ED;
    font-weight:bold;
    color: #050505;
    text-align:left;
}
/* Stock Quote ends */

/********************************** 
  Index Page Style Starts
**********************************/ 

a.more
{
    font-size:11px;
    color: #050505;
    text-decoration: UNDERLINE; 
}

a.more:HOVER 
{
    font-size:11px;
    color: #990000;
    text-decoration: UNDERLINE;
}

a.more:ACTIVE 
{
    font-size:11px;
    color: #999999;
    text-decoration: UNDERLINE;
}

/* Table Header*/
.HomeTableHeader 
{
    font-weight:bold;
    font-size:16px;
    color :#1C3168;
    text-align:left;
}

.HomeRightColumnHeader
{
    font-weight:bold;
    font-size:13px;
    color :#1C3168;
    text-align:left;
}

.HomeLeftColumnHeader
{
    font-weight:bold;
    font-size:13px;
    color :#1C3168;
    text-align:right;
}

/* DataView starts */
table.HomeTable_1 
{
  color:black;
  font-size:13px;
  border-style: solid;
  border-color: #E1D6c6;
  background-color: #FFFFFF;
}

.HomeTable1_TableHeader 
{
    font-weight:bold;
    color :#1C3168;
}

table.HomeTable_1 tr.TableRow_0 td {
  background-color: #FFFFFF;
}

table.HomeTable_1 tr.TableRow_1 td {
    background-color: #F3F6ED;
}
/* DataView ends */

.LeftMenuInputBox 
{
    width: 65px;
}

.LeftMenuDropBox
{
    width: 110px;
}

/********************************** 
  Index Page Style Ends
**********************************/ 
