   
        .nicetable A:link    { COLOR:#00669B; text-decoration:none}
    	.nicetable A:visited { COLOR:#00669B; text-decoration:none}
	    .nicetable A:active  { COLOR:#00669B; text-decoration:none}
	    .nicetable A:hover   { COLOR:#00669B; text-decoration:underline; cursor:pointer}        
        
        .nicetable table {
            font-family     : Arial;
            font-size       : 10pt;            
            border          : 1px #00669B solid;
            _border-collapse : collapse;
            border-spacing  : 0px; 
        }
        
        .nicetable tr {                      
            #h : expression(
				onmouseover = new Function("this.style.backgroundColor='#E5EFF4';"),
                onmouseout  = new Function("this.style.backgroundColor='#FFFFFF';")
            );       

        }
         
        
        .nicetable td,th {
	        padding       : 3px;                   
            padding-right : 10px;  
        }
       
        
        .nicetable tr:hover td {
            background-color: #E5EFF4;
        }        

        .nicetable th {
            font-weight      : bold;
            text-align       : left;
            background-color : #336699;
            background-image : url(gradient.png);
            color            : white;       
        }
        
        .nicetable td {
            border-top       : 1px #CBDAEF solid;
        }
        
        
 		.nicetable_nobg A:link    { COLOR:#00669B; text-decoration:none}
    	.nicetable_nobg A:visited { COLOR:#00669B; text-decoration:none}
	    .nicetable_nobg A:active  { COLOR:#00669B; text-decoration:none}
	    .nicetable_nobg A:hover   { COLOR:#00669B; text-decoration:underline; cursor:pointer}        
        
        .nicetable_nobg table {
            font-family     : Arial;
            font-size       : 10pt;            
            border          : 1px #00669B solid;
            _border-collapse : collapse;
            border-spacing  : 0px; 
        }
        
        
        .nicetable_nobg td,th {
	        padding        : 3px;                   
            padding-right  : 10px;  
            vertical-align : top;
        }
       
        
        .nicetable_nobg th {
            font-weight      : bold;
            text-align       : left;
            background-color : #336699;
            background-image : url(gradient.png);
            color            : white;       
        }
        
