table{
	 border-collapse: collapse;
     width: 98%;
     padding:0;
     border: 0;
	 font-family: "Bell Centenial", "Gill Sans", arial, helvetica, sans-serif;
     color:blue;
     }
table a{
    color:purple;   
}
     
th {
    background-color: red;
    font-weight: bold;
}

td.cellHighlight {
  font-weight: bold;
  background-color: red;
  /* background-color:  #142424; */
}

tr.tableRowHeader {
  font-weight: bold;
  background:  blue; 
  color: white;
}

td.tableCell_header {
  font-family:  "Gill Sans", verdana, tahoma, arial, helvetica;
  
  color: white;
  background-color:  red; ;
}

tr.tableRowOdd {
 
  background-color: yellow;  
 
}
tr.tableRowEven {
 
  background: orange; 
}
td.tableCell {
  
}

.boldstyle {
    font-weight: bold;   
}


td a:hover{	
    border: none;
    /*border: 1px solid #d5d0c4;*/
    background: red;
    display:block;
    /*text-decoration: bold;*/
}

.sumCell{
    font-size:110%;
    font-weight: bold;
}

