
ul.NewsLetter {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.NewsLetter li {
	margin: 10px;
	padding: 0px;
	list-style-type: none;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	background-image: url(../images/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
		width: 300px;
}
ul.NewsLetter li a{
	text-align: center;
	padding: 10px;
	display: block;
}

