.tabButtons {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* navigation area */
#navigationTab1 {
	clear: both;
	
	background: url(/images/navFlowTab1Selected.png) no-repeat;
	height: 118px;
	width: 289px;
}

#navigationTab2 {
	clear: both;
	
	background: url(/images/navFlowTab2Selected.png) no-repeat;
	height: 118px;
	width: 289px;
}

#navigationTab3 {
	clear: both;
	
	background: url(/images/navFlowTab3Selected.png) no-repeat;
	height: 118px;
	width: 289px;
}

#navigationTab4 {
	clear: both;
	
	background: url(/images/navFlowTab4Selected.png) no-repeat;
	height: 118px;
	width: 289px;
}

#navigationNoTab {
	clear: both;
	
	background: url(/images/navFlowNoTabSelected.png) no-repeat;
	height: 118px;
	width: 289px;
}


#nav-one ul {
	list-style: none;
	display: block;
	height: 35px;
	margin: 0;
	padding: 0;
	width: 289px;
	text-align: center;
}
#nav-one ul li {
	display: block;
	float: left;
	width: 55px;	
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 9px;
	text-align: center;

}
#nav-one ul li a.titlelink {
	display: block;
	color: #1D354E;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}

#nav-one ul li a.titlelinkselected {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
#nav-one ul li a.descriptionlink {
	display: block;
	color: #1D354E;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
}

#nav-one ul li a.descriptionlinkselected {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
}


.stepTd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.navTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #f91616;
	width: 289px;
}

.navTitleIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #f91616;
	width: 289px;
}