td{
vertical-align : top;
}
table.orderadded{
font-size : small;
border: 1px solid black;
}
table.orderadded{
width:480px;	
margin: 20px;
}
table.orderadded th{
height:24px;
text-align:center;
color : White;
background-color : #000033;
font-size: 100%;
border:0px;
border-bottom: 2px solid black;
}
table.orderadded td{
height:20px;
text-align:center;
color : Black;
background-color : White;
padding: 2px;
font-size : 100%;
}
table.orderadded td.oddrow{
background-color : White;
}
table.orderadded td.evenrow{
background-color : #DBFF51;
}	

