/*This is the style sheet for Downloads*/

p.get_acrobat {
	line-height: 1.3em;
	font-size: x-small;
	text-align: center;
}

#get_acrobat a:link, a:visited, a:active {
	border: none;	
	text-decoration: none;
}

#get_acrobat a:hover {
	background-color: #999999;
	color: #FDF5E6;
	border: none;
	text-decoration: none;
}

#urgent {
	color: #dc143c;
	background-color: transparent;
	font-size: .8em;
	text-align: justify;
	line-height: 1.7em;
}

#urgent a:link {
	color: #dc143c;
        background:transparent;
}

#urgent a:visited {
	color: #dc143c;
        background:transparent;
}

#urgent a:hover {
	color: #cccccc;
	background-color: #999999;
	font-weight: bold;
}

h4 {
	color: #666666;
	background-color: transparent;
	font-size: .8em;
	text-align: left;
	line-height: 1.7em;
}

hr{ text-align: center; width: 60%; height: 2px; color: #B2B4AF; border: none; } /* For Internet Explorer */
html>body hr { margin: auto; width: 60%; height: 2px; background-color: #B2B4AF; border: none; } /* For Gecko-based browsers */
html>body hr { margin: auto; width: 60%; height: 2px; background-color: #B2B4AF; border: 0px solid #B2B4AF; } /* For Opera and Gecko-based browsers */

