﻿       .tblHeader a 
        {
        	text-decoration:none;
        	color:#000000;	
        	width:100%;
        	height:100%;
        	border-width:0px;
        	font-size:14px;
        	font-family:Arial;
        	float:left;
        	margin:0;
        }
        
        .tblHeader a:hover
        {
          color:#ee0a93;
          text-decoration:none;	
		  width:100%;
          height:100%;
          border-width:0px;
          font-size:14px;
          font-family:Arial;
          float:left;
        }

