a.pdf { /*The background image*/
	background: url(/Declare/graphics/icons/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height :16px;/* To center the text vertically with the icon */
	display:block; 
}
a.txt { /*The background image*/
	background: url(/Declare/graphics/icons/txt.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
		display:block; 
}

a.zip { /*The background image*/
	background: url(/Declare/graphics/icons/zip.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
		display:block; 
}

a.email {
	background: url(/Declare/graphics/icons/email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
		display:block; 
}

a.external {
	background: url(/Declare/graphics/icons/ext_link.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
		display:block; 
}
