/* Style Sheet */
            
.tablecss
{
 	padding-left: 4px;
}

.bodyfont
{
 	font-family:Tahoma; 
 	font-size:12px;
}

.headertable
{
 	font-family:Tahoma; 
 	font-size:13px;
/* 	background-color: White;
 	margin-left:0px;*/
}

.divline
{
    border-bottom-style: solid; 
    border-bottom-width: thin; 
    border-bottom-color: #000000;
}

.headerlabel
{
    background-color: #10509E;
    border: solid 1px;
    font-weight: bold;
    font-size: 14px;
    color: White;
}

.sectionlabel
{
    background-color: #BBD3F2;
    border: solid 1px;
    font-weight: bold;
    font-size: 13px;
}

.labelbckcolor
{
    border-style:solid;
    border-width:1px;
    border-color:Black;
    background-color: #BBD3F2; /*#CEDFE7;*/ 
}

.Section
{
    background-color: #0082C6;
    border: solid 1px;
    font-weight: bold;
    font-size: 14px;
    color: White;
    }

.divstyle
{
    vertical-align: top; 
    height:300px; 
    overflow:auto; 
    border-style:solid; 
    border-width:1px;
}
          
.DataGrid
{
  /*  width: 700px;*/
    width: 100%;
    border-style:solid;
    background-color: Black;
    border-width:0px;
}

.DataGridRpt
{
    width: 800px;
    border-style:solid;
    background-color: Black;
    border-width:0px;
}
/*"#E7E7DE"; rgb(231,231,222) */
.DataGridHeader1
{
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    position: relative;
    cursor: default;
    overflow: auto;
    z-index: 10;
    font-family: Tahoma;
    color: black; 
    vertical-align: middle;
    background-color: #E4EFFE;
}

.DataGridHeader2
{
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    position:fixed;
    cursor: default;
    overflow: auto;
    font-family: Tahoma;
    color: black; 
    vertical-align: middle;
    background-color: #E4EFFE;
}

.DataGridHeader
{
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    position: relative;
    cursor: default;
    overflow: auto;
    top: expression(this.offsetParent.scrollTop-2); /*this works fine with IE only, but FireFox seems to be ignoring this*/
    z-index: 10;
    font-family: Tahoma;
    color: black;
    vertical-align: middle;
    background-color: #E4EFFE; /*#EFEFF7; #666666*/ 
}
            
.DataGridItem
{
    font-family: Tahoma;
    font-size: 10pt;
}

.DataGridFooter
{
    /*background: "#C6C3C6";*/
    background-color : rgb(231,231,222);
    text-align: right;
}

            .textright
            {
                text-align: right;
            }

            .divline
            {
                 width: 700px; 
                 border-bottom-style: solid; 
                 border-bottom-width: thin; 
                 border-bottom-color: #000000;
            }

            .style2
            {
                width: 25px;
            }
            .style11
            {
                width: 100%;
            }
            .style12
            {
                width: 629px;
            }
            #Table_01
            {
                width: 850px;
                border: solid 0 black;
                border-collapse:collapse;
            }
            #Table2
            {
                width: 99%;
            }

            .style14
            {
                width: 2%;
            }
            .rssbutton
            {
                height: 19px;
            }


BODY
{
    margin-left: 0;
    margin-top: 0;
    /*background-color: #EEEDEA; /*border-width: 3px;
    border-style: solid;
    border-color: #6699ff;
    marginwidth:0;
    marginheight:0;
    color: #000000 ;
    background: #FFFFFF;
    */
}
.HEADERSTYLE 
{
background-color: #3a6ea5;
color: #FFFFFF;
font-weight:bold;
}

.ITEMSTYLEDEFAULT
{
background-color: #C0C0C0;
color: #000000;
font-weight: bold;
}

.ITEMSTYLEHYPERLINK {
color: #000000;
text-decoration:none;
}

A:LINK 
{
color: #000000; 
}

A:VISITED 
{
color: #000000; 
}

A:HOVER
{
color: #3a6ea5; 
}

