
/* DEFAULT CSS */

* { 
	margin: 0; 
	padding: 0; 
	font: inherit; 
	list-style: none; 
	vertical-align: top; 
	border-spacing: 0; 
	border: none; 
	border-collapse: collapse; 
	color: inherit; 
} 

html, table, tr, td { 
	font: normal 12px 'Tahoma', serif; 
}