a.download-link:hover,  a.download-link:hover span,  a.download-link:hover strong {
		color: #143802;
		cursor: pointer; /* need for IE6 */
	}

*:link {
     color: rgb(0, 51, 153);
 }

	a.download-link {
		display: block;
		padding: 0 0 12px 0;
		margin-bottom: 0.2em;
		text-decoration: none;
		color: #256504;
		width: 285px;
		margin-left: 0px;
	}

	 a.download-link strong {
		font: 140% sans-serif;
		letter-spacing: -0.02em;
		text-decoration: underline;
		color: navy;
	}
	
	 a.download-link em {
		font-style: normal;
		color: navy;
		letter-spacing: 0;
		display: block;
		padding-top: 3px;
		font-size: 85%;
	}

	a.download-link span {
		display: block;
		padding: 10px 10px 0 60px;
		min-height: 50px;
	} * html a.download-link span { height: 43px; }

a.download-gamut {
     background: transparent url(/images/download-button5.png) no-repeat 0 100%;

 }

	a.download-gamut span {
		background: url("/images/download-button5.png") 0 0 no-repeat;
	}

