#ICONpdf, #ICONword, #ICONmov, #ICONexl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0033CC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	padding-left: 30px;
	background-color: #E4E4E4;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DEDEDE;
	border-bottom-color: #CCCCCC;
}
#ICONpdf {
	background-image: url(../images/icons/pdf_icon.gif);
}
#ICONword {
	background-image: url(../images/icons/word.gif);
}
#ICONexl {
	background-image: url(../images/icons/exl.gif);
}
#ICONmov {
	background-image: url(../images/icons/movie.gif);
}
dl a:link, dl a:visited {
	font-size: 13px;
	color: #0033CC;
}
dl a:hover {
	color: #333333;
}
dl strong {
	color: #000000;
	padding-right: 15px;
	padding-left: 5px;
}
#ICONpdf:hover {
	background-color: #CBCBCB;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #E6E6E6;
}
