.top {
	background: #FFFFF;
  border-bottom: solid 3px #009933;
  text-align: right;
  vertical-align: top;
	font: 10px arial; 
	font-weight: bold; 
	padding-right: 3px;
}

.pageText {
	font: 13px arial; 
}

.nTitle {
	font: 13px arial; 
	font-weight: bold; 
	vertical-align: top;
	padding-top: 3px;
}

.mandatory {
	font: 13px arial; 
	font-weight: bold; 
}

.isMandatory {
	font: 13px arial; 
	font-weight: bold;
	background: #FF0000;
}

.nav {
	background: #009933;
	font: 13px/18px arial; 
	color: #FFFFFF;
	padding-left: 7px;
	font-weight: bold; 
	text-decoration: none
	border-top: solid 1px #FFFF00;
	border-bottom: solid 1px #FFFF00;
	height: 29px;
}

.navSelected {
	background: #FFFF00;
	font: 13px/18px arial; 
	color: #000000;
	padding-left: 7px;
	font-weight: bold; 
	text-decoration: none
	border-top: solid 1px #FFFF00;
	border-bottom: solid 1px #FFFF00;
	height: 29px;
}

