﻿body
{
    
}
.Table100
{
           
    width:100%;
    font-family:Verdana;
    color: black    ;
         
} 
 
 .Table100Grooved
{
           
    width: 100%;
    color: black ;
    background-color : #CCFFCC ;
           
    border-top-style: groove;
    border-Right-style: groove;
    border-left-style: groove;
    border-bottom-style: groove;
     
}         
         
.TR_MasterHeading
{
           
    font-size:9pt;
    color:black;
    text-decoration:underline;
          
}
      
.TD_MasterHeading
{
    width: 100%;
    background :#FF6103 ;
    color: navy;
           
    border-top-style: groove;
    border-Right-style: groove;
    border-left-style: groove;
    border-bottom-style: groove;
   
    text-align:center; 
    text-decoration :underline;
    font-size :small;
            
}

.TD_Search
{
    font-weight: 700; 
    border-top-style: groove; 
    border-bottom-style: groove;
    border-left-style :groove;
    border-right-style :groove ;
    color :Navy ;
   
    
}

.TDEntryLabels
{
    font-weight: 100; 
    font-family :segoe UI ;
    font-size :12px ;
    text-align :right ;
    color :Navy ;
    width : 20%;
         
}

.TD79left
{
    width :79%;
    text-align : left;
   
    
}