/* Base */
	body,table {
		font-family:arial,helvetica,sans-serif;
		font-size:13px;
		color:#000;
		font-weight:normal;
		margin:0; 
		padding:0;
	}
	
	.tiny {
		font-size:.85em;
	}
	
	.tinyfade {
		font-size:.85em;
		color:#999;
	}
	
	a img {
		border:none;
	}
