a.special {
	color: #FF0000 !important;
	text-decoration: underline !important;
}

img.floatLeft { 
	display: block;
	float: left;
	margin-right: 5px;
	border: 0;
}

img.floatRight { 
	display: block;
	float: right; 
	margin-left: 5px;
	border: 0;
}

p.introText {
	color: #1c1a19 !important;
	font: 700 12px/18px Arial, Helvetica, sans-serif;
	background: #736d4c;
	padding: 5px;
	border: 1px solid #1c1a19;
	margin: 5px 0;
	font-style: italic;
}

ul.arrows, ul.labels, ul.wrenches {
	list-style: none;
	margin: 0;
	padding: 5px;
}

ul.arrows li, ul.labels li, ul.wrenches li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 25px;
	height: 20px;
	line-height: 20px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}

ul.arrows li {
	background-image: url(../images/arrow.gif);
}

ul.labels li {
	background-image: url(../images/label.gif);
	color: #B7B7B7;
	font-weight: 700;
}

ul.wrenches li {
	background-image: url(../images/wrench.gif);
	height: 25px;
	line-height: 25px;
}


