.txt        { 
             color: #000000;
             background-color: #dee7ef; /* afc6db */
			 text-align: left;
            }
			
.txtright   { 
             color: #000000;  
             background-color: #dee7ef; /* afc6db */
			 text-align: right;
            }
			
.txtdkbgright   { 
             color: #FFFFFF;
             background-color: #dee7ef; /* afc6db */
			 text-align: right;
            }
			
.txtleft    { 
             color: #000000;  
             background-color: #dee7ef; /* afc6db */
			 text-align: left;
            }

.txtaleft    { 
             color: #000000;  
             background-color: #dee7ef;
			 text-align: left;
            }
			
.txtaright  { 
             color: #000000;  
             background-color: #dee7ef; 
			 text-align: right;
            }

.txtBold    {
             color: #000000;  
             background-color: #dee7ef; /* afc6db */
             text-decoration: none
             border: 1 solid #FFFFFF";
             font-size: 10pt; 
             font-family: Arial; 
             font-weight: bold;
            }
.txtUppercase { TEXT-TRANSFORM:upper-case }

.txtTableHeader    {
             color: #000000;  
             background-color: #afc6db; 
             text-decoration: none
             border: 1 solid #336699";
             font-size: 10pt; 
             font-family: Arial; 
             font-weight: bold;
            }
			
.txtTableRows    {
/*             //color: #000000;  
             //background-color: #afc6db; 
             //text-decoration: none
             //border: 1 solid #336699"; */
             font-size: 12pt; 
             font-family: Arial; 
             font-weight: bold;
            }

