	table.greenTable {
	  font-family: Arial, Helvetica, sans-serif;
	  border: 6px solid #24943A;
	  background-color: #D4EED1;
	  width: 100%;
	  text-align: left;
      color:#2e2e2e;
      text-transform:capitalize;
	}
    table.greenTable thead {
	  background: #1C5E55;
	  border-bottom: 0px solid #444444;
	}
    table.greenTable thead th {
	  font-size: 15px;
	  font-weight: bold;
	  color: #F0F0F0;	  
	  border-left: 2px solid #24943A;
	}
    table.greenTable tbody tr:hover {
          background-color: #eaeaea;
		  font-weight:bold;
    }