body {
    background:#ffffff;
}

.categoryListTbl{
    width: 260px;
}

.categoryListTbl td {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.categoryListTbl td a{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.categoryLink, .categoryLink a{
    font:Verdana, Arial, Helvetica, sans-serif;
    color:#3A3A3B;
    font-size: 10pt;
    font-weight: bold;
}

.categoryLinkSmall, .categoryLinkSmall a{
    font:Verdana, Arial, Helvetica, sans-serif;
    color:#9B9B00;
    font-size: 10px;
    font-weight: bold;
}

.categoryText{
    font:Verdana, Arial, Helvetica, sans-serif;
    color:#3A3A3B;
    font-size: 10px;
    font-weight: normal;
}

.menuTbl{
    width: 129px;
}

.menuCell{
    background-color:#336699;
    width: 129px;
    height: 14px;
}

.menuCell:hover{
    background-color:#FF6600;
    width: 129px;
    height: 14px;
}


.menuCell a{
    color:#ffffff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

/* step label value default */

TD.stepLabelTdBackgroundColor{
    background-color:#e9922c;
}

TD.stepLabelTdWidth{
    width: 186px;
}

TD.stepLabelTdHeightOneLine{
    height: 43px;
}

TD.stepValueTdBackgroundColor{
    background-color:#ffe4b7;
}

TD.stepValueTdWidth{
    width: 354px;
}

/* step label value depends on step */

/* step2 */

TD.step2LabelTd{
    background-color:#e9922c;
    width: 186px;
    height: 43px;
}

TD.step2ValueTd{
	background-color: #ffe4b7;
    width: 354px;
	height: 43px;
}

TD.step2SubmitButton{
	background-color: #DFDDDB;
    width: 271px;
	height: 35px;
}

step2HCommandButton{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* step3 */

DIV.step3Label{
    text-align: center;
    margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px; 
}

DIV.step3Value{
    text-align: left;
    margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px; 
}

/* step4 */

TD.step4LabelTd{
    width: 106px;
    height: 36px;
}

TD.step4ValueTd{
    width: 156px;
    height: 36px;
}

TD.step4ValueBigTd{
    width: 434px;
    height: 36px;
}

