@import url(./layout.css);
@import url(./styles.css);

/******* COLOR SPECIFIC ***********/
#step {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(background-red.jpg);
	background-repeat:no-repeat;
}

#step li.current{
	background-image:url(current-red.jpg);
	background-repeat:no-repeat;
}
#step ol li.complete div.stpr_number, #step ol li.complete div.stpr_action, #step ol li.complete div.stpr_label,   #step ol li.complete a {
	color:#000000;
}


