.wizardBar {
	border-top:1px solid #D7D7D7; border-bottom:1px solid #D7D7D7; width: 100%;
	padding: 2px;
	style="border-collapse: collapse" 
	margin-top: 5px; background-color:#FFFFFF;
	}

.wizardBarTdInActive  {
	font-size: 11px;
	font-weight: bold;
	}
	
.wizardBarTdActive  {
	font-size: 11px;
	font-weight: bold;
	border-left:1px solid #6B001D; border-right:1px solid #6B001D;
	background-color: #6B001D;
	}
	
.wizardBarTdHover  {
	font-size: 11px;
	font-weight: bold;
	background-color: #F3E6E4;
	cursor: pointer;
	}
	
a:link.wizardBarActive, a:visited.wizardBarActive, a:active.wizardBarActive, a:hover.wizardBarActive {
	color: #FFFFFF; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	font-style: bold;
	text-decoration: none;
	font-size: 11px;
}

a:link.wizardBarInActive, a:visited.wizardBarInActive, a:active.wizardBarInActive{
	color: #606163; 
	font-family: Verdana; 
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
}