table.price tr.odd {
background-color: #E7E3D7;
text-align:center;
}

table.price tr.even { 
background-color: #EFEBE0;
text-align:center;
}
table.price tr.empty {
background-color: #F0EDE4;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #7D0000;
text-align:center;
}
table.price tr.nomed {	
background-color: #EEECE6;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #7D0000;
text-align:center;
}
table.price td {
font-size: 12px;
text-align:center;
}
table.price a {
font-weight: bold;
text-align:center;
}