@charset "utf-8";

.steps {
}

.steps a {
	text-decoration: none;
	color: inherit;
}

.steps a:hover {
	text-decoration: none;
	color: inherit;
}


.stepHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #b0b0b0;
	background-color: #D1DDEF;
	font-weight: bold;
	padding: 5px;
	border: 1px;
	border-color: #999;
	border-style: solid;
 	margin: 0px;
}

.stepBody {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #b0b0b0;
	background-color: #E8F0F7;
	border: 1px;
	border-color: #999;
	border-style: solid;
 	margin: 0px;
}

.activeStepHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #454545;
	background-color: #bdcee7;
	font-weight: bold;
	border: 1px;
	border-color: #999;
	border-style: solid;
 	margin: 0px;
}

.activeStepBody {
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	color: #454545;
	background-color: #E3EDF4;
	border: 1px;
	border-color: #999;
	border-style: solid;
 	margin: 0px;
}

.stepArrow {
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.stepBorder {
	background-color: #999;
	padding: 4px;
 	margin: 0px;
}

.stepHead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	width: 100px;
	color: #b0b0b0;
	background-color: #D1DDEF;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	margin-bottom: 2px;
}

.stepBody2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	width: 100px;
	color: #b0b0b0;
	background-color: #E8F0F7;
	text-align: center;
	padding: 4px;
}

.activeStepBorder {
	background-color: #666;
	padding: 4px;
}

.activeStepHead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	width: 100px;
	color: #454545;
	background-color: #bdcee7;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	margin-bottom: 2px;
}

.activeStepBody2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
	width: 100px;
	color: #454545;
	background-color: #E3EDF4;
	text-align: center;
	padding: 4px;
}


	
