a.pdf { /*The background image*/
	background: url(/pics/icons/pdflink.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
padding-top: 1px;
padding-bottom: 1px;
}




a.zip { /*The background image*/
	background: url(/pics/icons/zip.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
padding-top: 1px;
padding-bottom: 1px;
}

a.email {
	background: url(/pics/icons/email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
padding-top: 1px;
padding-bottom: 1px;
}


a.external {
	background: url(/pics/icons/ext_link.png) no-repeat left center;
	padding-left: 18px;
	line-height: 12px;
padding-top: 1px;
padding-bottom: 1px;
}




