@charset "UTF-8";
/* CSS Document */

/* a.apply {
	background: url(images/btn-apply.jpg) no-repeat 0px 0px;
	margin:3px 0px 0px 5px;
	height: 49px;
	width: 130px;
	border: none;
	display: block;
	text-indent:-10000em;
}
a.apply:hover {
	background: url(images/btn-apply.jpg) no-repeat -130px 0px;
 }
 a.apply:active {
	background: url(images/btn-apply.jpg) no-repeat -260px 0px;
	outline:none;
 }
 */
 
 a:link, a:visited {
	color:#003554;
	font-size:0.85em;
	font-weight:bold;
}
a:hover, a:active, a:focus {
	color:#484643;
}
