@charset "utf-8";
/* CSS Document */

td.black12 ul { margin-bottom: 35px; }
td.black12 li {
	list-style: none;
	line-height: 22px;
	}
	
/* icons for document downloads */
	
a[href $='.pdf'] { 
	display: inline-block;
  	padding-right: 20px;
   	background: transparent url(../images/icon_adobe.gif) no-repeat center right;
}	
a[href $='.doc'], a[href $='.docx'] { 
	display: inline-block;
  	padding-right: 20px;
   	background: transparent url(../images/icon_word_2.gif) no-repeat center right;
}
a[href $='.xls'], a[href $='.xlsx'] { 
	display: inline-block;
  	padding-right: 20px;
   	background: transparent url(../images/icon_excel_2.gif) no-repeat center right;
}
a[href $='.jpg'], a[href $='.jpeg'], a[href $='.JPG'] { 
	display: inline-block;
  	padding-right: 20px;
   	background: transparent url(../images/icon_jpeg.gif) no-repeat center right;
}
a[href $='.gif'], a[href $='.GIF'] { 
	display: inline-block;
  	padding-right: 20px;
   	background: transparent url(../images/icon_gif.gif) no-repeat center right;
}

a[href $='.ppt'], a[href $='.pps'] { 
	display: inline-block;
  	padding-right: 20px;
   	background: transparent url(../images/icon_powerpoint_2.gif) no-repeat center right;
}