/* Stylesheet for mail display*/

table.mail{
	border: none;
	border-collapse: collapse;
	table-layout: fixed;	
	}	
/*	width: 700px;*/
table.mail td {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	vertical-align: top;
	}	
table.mail tr.alite {
	background-color: rgb(200,200,200);	
	}	

table.mail tr.blite {
	background-color: rgb(220,220,220);	
	}	
