
a.white, a.white:hover { color: #ffffff !important; text-decoration: none; }
a.blue, a.dblue:hover { color: #60d1fb !important; text-decoration: none;}
a.dblue, a.dblue:hover { color: #22578B !important; text-decoration: none;}
a.dgrey, a.dgrey:hover { color: #858585 !important; text-decoration: none;}
a.green, a.green:hover { color: #83cd13 !important; text-decoration: none;}
a.orange, a.orange:hover { color: #ec6429 !important; text-decoration: none;}
a.tan, a.tan:hover { color: #ffb600 !important; text-decoration: none;}

a.underline, a.underline:hover { text-decoration: underline !important; }
a.underline-on-hover:hover { text-decoration: underline !important; }

a, a:visited { color: #ffb600; text-decoration: none; }
a:hover { color: #ffb600; text-decoration: underline; }
a:focus, a:active { border: 0px; outline: 0px; }

a.specification {
	background: url(../images/icons/specification.gif) no-repeat 0 0;
	padding-left: 35px;
	padding-top: 3px;
	height: 30px;
	display: block;
	font-size: 14px;
}

