.body {  font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
.bodyDisabled {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999;}

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

.link:hover {  text-decoration: none; color: #FF8000}

.link:active {
	color: #CC6600;
	text-decoration: none;
}

.link:visited {
	color: #CC6600;
	text-decoration: none;
}

.link:link {
	color: #CC6600;
	text-decoration: none;
}

.textSelectBld {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
.textSelectBldDisabled {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
}

.paddingATypeLeft {
	padding-left: 40px;
}

.selectFormat {
	padding-top: 10px;
	height: 25px;
}

.selectNum1Format {
	background-image: url(../images/step1.gif);
	background-repeat: no-repeat;
}

.selectNum2Format {
	background-image: url(../images/step2.gif);
	background-repeat: no-repeat;
}

.selectNum3Format {
	background-image: url(../images/step3.gif);
	background-repeat: no-repeat;
}

.selectNum2FormatDisabled {
	background-image: url(../images/step2_disabled.gif);
	background-repeat: no-repeat;
}

.selectNum3FormatDisabled {
	background-image: url(../images/step3_disabled.gif);
	background-repeat: no-repeat;
}
.bodyGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
