/* Redefined HTML Tags ****************************************** */
a {
	color: #0066CC;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	}
a:visited {
	color: 0066CC;
	border-bottom: 1px solid #0066CC;
	}
a:hover {
	color: #FF9933;
	border-bottom: 1px solid #FF9933;
	}
a:focus {
	color: #FF9933;
	border-bottom: 1px solid #FF9933;
	}
.ImgBod {
	border-bottom: none;
	}
body {
	padding: 0px 10px 5px 15px;
	margin: 0px;
	background-image: url(img/viewbg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	color: #000000;
	text-align: center;
	background-attachment: fixed;
	background-color: #F1F2F3;
	}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	padding: 1px 5px 3px;

	}

select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	}



/* Custom ID Selector Styles ****************************************** */

#Box {
	border-top: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #999999;
	background-color: #FFFFFF;
	margin-top: 3px;
}
#Brheight {
	line-height: 10px;
}
#Dot /* Use this ID on the Instruction/Quick Links/Dotted/Dashed Table */{
	border: 1px dashed #999999;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 2px;
	background-color: #FFFFFF;
	}

#Header /* Use this ID for the Page or Main Header Table */ {
	margin-top: 5px;
	}

#LabelinTab /* Use this ID for the table used to display from & to data inside a report table */ {
	padding-left: 4px;
	padding-right: 4px;	
	padding-top: 3px;
	padding-bottom: 3px;		
	color: #333333;
	margin-bottom: 2px;
	border-bottom: 1px solid #757C8E;
	background-color: #CDD5D8;		
	}
#LabelinTab td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
#Navigator /* Use this ID for the BreadCrumb table and the Page Navigator table */ {
	padding-left: 10px;
	color: #30373A;
	padding-top: 2px;
	padding-bottom: 5px;

	}
#Navigator td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#Navigator a:link {
	color: #5191F0;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5191F0;
	}
#Navigator a:hover {
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	}
#Navigator a:visited {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}
#Navigator input, #Navigator textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-top-color: #A4B5C0;
	border-right-color: #AFC4DA;
	border-bottom-color: #E0E2E3;
	border-left-color: #AEC8DB;
	background-color: #F7F8F9;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
#Navigator select1, #Navigator option1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: none;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	}

#Sub {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #D0D4D7;
	border-bottom: 1px solid #78838D;
	border-left: 1px solid #FFFFFF;
	background-color: #D0D4D7;
	padding: 2px;
	}
#ViewLayout /* Use this ID for the View Layout table to controls the width of the table*/ {
	width:580px;
	margin-bottom: 10px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;


	}


/* Custom Class Selector Styles ****************************************** */

.Asterisk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	}
.arcTL {
	background-image: url(img/arc_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 6px;
	height: 6px;
	background-color: #FAFAFA;

}
.arcTR {
	background-image: url(img/arc_tr.gif);
	background-position: right top;
	width: 6px;
	background-repeat: no-repeat;
	background-color: #FAFAFA;
}
.arcBL {
	background-image: url(img/arc_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 6px;
	height: 6px;
	background-color: #FAFAFA;

}
.arcBR {
	background-image: url(img/arc_br.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 6px;
	height: 6px;
	background-color: #FAFAFA;
}
.BlackBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: baseline;
	font-weight: bold;
	height: 16px;
	width: 18px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #063061;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.BorCurveTL {
	background-image: url(img/curve_tl.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 1px;
	height: 8px;
	width: 8px;
}
.BorCurveTR {
	background-image: url(img/curve_tr.gif);
	background-position: right top;
	font-size: 1px;
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.BorCurveBL {
	background-image: url(img/curve_bl.gif);
	background-position: left bottom;
	font-size: 1px;
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.BorCurveBR {
	background-image: url(img/curve_br.gif);
	background-position: right bottom;
	font-size: 1px;
	background-repeat: no-repeat;
	height: 8px;
	width: 8px;
}
.BorTop {
	background-color: #FAFAFA;
	height: 8px;
	background-image: url(img/curve_t.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
}
.BorBottom {
	background-color: #FAFAFA;
	height: 8px;
	background-image: url(img/curve_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	vertical-align: middle;

	}
.BorLeft {
	background-color: #FAFAFA;
	width: 8px;
	background-image: url(img/curve_l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.BorRight {
	background-color: #FAFAFA;
	width: 8px;
	background-image: url(img/curve_r.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.BorInCurveBL {
	background-image: url(img/curvei_bl.gif);
	background-position: left bottom;
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
}
.BorInCurveTR {
	background-image: url(img/curvei_tr.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 8px;
}
.BorInCurveBR {
	background-image: url(img/curvei_br.gif);
	background-position: right bottom;
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
}
.BorInCurveTL {
	background-image: url(img/curvei_tl.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 8px;
}
.Box {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #757C8E;
	border-bottom: 2px solid #757C8E;
	border-left: 2px solid #FFFFFF;
}
.Button {
	background-image: url(img/button_b.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAAAAA;
	border-right-color: #AAAAAA;
	border-bottom-color: #777777;
	border-left-color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #42493F;
	margin: 0px;
	cursor: pointer;
	padding: 1px;
	background-color: #E9F2F8;
	}
.Confirm {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
	padding: 8px 20px 8px 38px;
	background-image: url(img/confirm.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	vertical-align: text-top;
	line-height: 17pt;

}
.Data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 10px 4px 16px;
	vertical-align: top;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E8E9;
}
.DataNumeric {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 20px 4px 16px;
	vertical-align: top;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E9E3;
	text-align: right;
}
.Disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #FAF9EB;
	border: 1px solid #D6CAA0;
	padding: 4px 8px;
	line-height: 14pt;
	}
.Error {
	font-family:Arial, Helvetica, sans-serif;
	color:#84000D;
	font-size:10pt;
	padding: 8px 5px 8px 38px;
	background-image: url(img/error.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	vertical-align: text-top;
	line-height: 17pt;

}
.ErrorRow {
	font-family:Arial, Helvetica, sans-serif;
	color:#84000D;
	font-size:11px;
	padding: 5px 5px 5px 28px;
	background-color: #FFF2EF;
	background-image: url(img/inerror.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	letter-spacing: 1px;
	vertical-align: text-top;
}
.ErrorField {
	font-family:Arial, Helvetica, sans-serif;
	color:red;
	font-size:8pt;
	letter-spacing: 1px;
	vertical-align: text-top;
	line-height: 14pt;

}
.Field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E8E9;
	margin: 0px;

}
.GreenBG {
	background-color: #FAFAFA;
	}
.Hints {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #004266;
	padding: 1px;
	font-weight: normal;
	line-height: 13pt;




	}
.Instruction {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 5px 5px 5px 30px;
	background-image: url(img/instruct.gif);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	vertical-align: text-top;
	line-height: 15pt;


	}
.Input1 {
	width:100%;
	text-align: right;
	background-color: #FFFFFF;
	height: 100%;

}
.InputHi {
	width:100%;
	background-color: #FFFFFB;
	text-align: right;
	height: 100%;
	position: static;



}
.InputNumeric {
	text-align: right;
}
.Label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 16px 4px 10px;
	vertical-align: top;
	background-color: #FBFBFB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E8E9;
	text-align: right;
	word-spacing: 0.1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E8E9;


}
.LabelComp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 16px 4px 10px;
	vertical-align: top;
	background-color: #F7F8F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E6E6;
	text-align: right;
	word-spacing: 0.1em;
	background-image: url(img/complusary.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E6E6;

}
.MainHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #004D75;
	background-image: url(img/bullet.gif);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	background-color: #FAFAFA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1BAD9;
	white-space: nowrap;

	}
.Prev {
	padding: 2px 2px 5px 20px;
	background-image: url(img/pageprev.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #AAAAAA;

	}
.Next {
	padding: 2px 20px 5px 2px;
	background-image: url(img/pagenext.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	color: #AAAAAA;

	}
.ButtonIn {
	background-color: #FDFDFD;
	background-image: url(img/button1.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #555555;
	border-left-color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	text-decoration: none;
	padding: 0px 3px;
	cursor: pointer;
	white-space: nowrap;
	font-weight: normal;


}
.SubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image: url(img/bullet1.gif);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	vertical-align: middle;
}

.TableColHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 4px;
	color: #232C30;
	background-color: #EDF1F3;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BDC2C5;
	border-bottom: 1px solid #78838D;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;

}
.TabActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #993300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D9BCB1;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 16px;
	background-image: url(img/pagego.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #FAFAFA;
	font-weight: bold;
	vertical-align: middle;
}
.TabInActive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #996600;
	cursor: pointer;
	padding-right: 3px;
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #BCD9B1;
	border-right: 0px solid #B4BABE;
	border-bottom: 1px solid #BCD9B1;
	border-left: 0px solid #B4BABE;
	background-color: #FFFFFF;
	background-image: url(img/pagenext.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;


}

.TabL {
	width: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCD9B1;
	border-right-color: #BCD9B1;
	border-bottom-color: #BCD9B1;
	border-left-color: #BCD9B1;
	background-color: #FAFAFA;

}
.TabR {
	width: 6px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0CBD9;
	border-right-color: #B0CBD9;
	border-bottom-color: #B0CBD9;
	border-left-color: #B0CBD9;
	height: 3px;
	background-color: #FAFAFA;

}

.TableCell {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 4px 0px;
	vertical-align: top;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E8EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E8EB;
	margin: 0px;
}
.TableField {
	padding: 0px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E9E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E9E3;
	margin: 0px;
}
.TableRow1 {
	background-color: #FFFFFF;
}
.TableRow2 {
	background-color: #F9FCFD;
}
.TableRow3 {
	background-color: #E1F9FF;
}
.TableRowError {
	background-color: #EEF9FF;
}
.TableSlNo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 5px 3px 1px;
	vertical-align: top;
	color: #232C30;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BDC2C5;
	border-bottom: 1px solid #78838D;
	border-left: 1px solid #FFFFFF;
	text-align: right;
	white-space: nowrap;
	background-color: #EDF1F3;


}
.TableSlNo input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #EEF2ED;

}
.Text11px {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	padding: 3px 3px 3px 10px;
}
.Text12px {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	padding: 3px 3px 3px 10px;
}
.TipText {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 5px 5px 5px 28px;
	background-image: url(img/tip.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	vertical-align: text-top;
	line-height: 15pt;

	}
.TrainAct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF6600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B1BAD9;
	border-right-color: #B1BAD9;
	border-bottom-color: #B1BAD9;
	border-left-color: #B1BAD9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 20px;
	background-image: url(img/pagego.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	background-color: #FAFAFA;
	font-weight: bold;
	vertical-align: middle;
}
.TrainNex {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #5095B6;
	padding-right: 3px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dashed #B1BAD9;
	border-right: 1px dashed #B1BAD9;
	border-bottom: 1px dashed #B1BAD9;
	border-left: 1px none #B1BAD9;
	background-color: #FFFFFF;
	background-image: url(img/pagenext.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	font-weight: normal;
}
.Train {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #B1BAD9;
	border-right-color: #B1BAD9;
	border-bottom-color: #B1BAD9;
	border-left-color: #B1BAD9;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 10px;
	background-color: #F9F8DB;
	vertical-align: middle;
	font-weight: bold;
}
.TrainPrv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	padding-right: 3px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px dashed #BCD9B1;
	border-right: 1px dashed #BCD9B1;
	border-bottom: 1px dashed #BCD9B1;
	border-left: 1px none #BCD9B1;
	background-color: #F3F7F2;
	background-image: url(img/pageprev.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	font-weight: normal;
}
.Warning {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 8px 5px 8px 38px;
	background-image: url(img/warn.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	vertical-align: text-top;
	line-height: 17pt;

}.Note {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 10px 20px 10px 30px;
	vertical-align: text-top;
	line-height: 15pt;

}
#BroadLayout {
	width:720px;
	margin-bottom: 10px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;

}
.Information {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:9pt;
	padding: 8px 5px 8px 38px;
	background-image: url(img/inform.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	vertical-align: text-top;
	line-height: 17pt;

}
.InlineConfirm {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/confirmsm.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding: 8px 5px 8px 30px;
	}
.InlineInformation {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/informationsm.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	padding: 8px 5px 8px 30px;
	}
.InlineError {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/errorsm.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding: 8px 5px 8px 30px;
	}
.InlineWarning {
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	background-image: url(img/warningsm.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	padding: 8px 5px 8px 30px;
	}
.Highlighter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 4px 0px;
	vertical-align: top;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFE7EA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0DADF;
	margin: 0px;
	font-weight: bold;
	background-color: #FCFFE1;


}
#SubLg {

	border-top: 2px solid #FFFFFF;
	border-right: 1px solid #BCD9B1;
	border-bottom: 1px solid #757C8E;
	border-left: 1px solid #FFFFFF;
	background-color:  #F9FEF9;
	padding: 2px;
}
.ButtonLink {
	background-image: url(img/button2.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	margin-top: 8pt;
	padding: 0pt;
	background-position: left top;



}
.ButtonHi {

	background-image: url(img/button_a.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8D8D8D;
	border-right-color: #8D8D8D;
	border-bottom-color: #636363;
	border-left-color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	color: #014061;
	margin: 0px;
	cursor: pointer;
	padding: 1px;
	background-color: #FEF092;
}
.SubHeader1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003300;
	background-image: url(img/bullet1.gif);
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 3px 5px;
	vertical-align: middle;
	background-color: #FAFAFA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1BAD9;
}
.TableColHeadGr {

	font-family: Arial, Helvetica, sans-serif;


	font-size: 9pt;
	padding: 3px 4px;
	color: #23302D;
	background-color: #CFF3DB;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BCD9B1;
	border-bottom: 1px solid #757C8E;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;
}
.TableColHeadPi {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 4px;
	color: #23302D;
	background-color: #F4E2F4;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #BCD9B1;
	border-bottom: 1px solid #757C8E;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;
}
.WhatNextHdng {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:8pt;
	padding: 5px 5px 1px 14px;
	vertical-align: text-top;
	letter-spacing: 1px;
	font-weight: bold;
	background-image: url(img/redarrow.gif);
	background-repeat: no-repeat;
	background-position: left 8px;


}
.WhatNext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:8.5pt;
	font-weight: normal;
	line-height: 14pt;
	vertical-align: top;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 3px;
}
/*.TableSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 6px 4px 4px 6px;
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #757C8E;
	background-image: url(img/Tablesubg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	letter-spacing: 1px;
}*/
.TableSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 4px;
	color: #40554F;
	background-color: #EEF2ED;
	font-weight: bold;
	border-top: 1px solid #7C8C77;
	border-right: 1px solid #7C8C77;
	border-left: 1px solid #7C8C77;
	vertical-align: middle;
	background-image: url(img/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

.Text14px {

	font-family:Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	font-size:12pt;
	padding: 3px 3px 3px 10px;
}

.Text14px1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	font-size:14pt;
	padding: 3px 3px 3px 10px;
}

.TableColHeader1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 3px 4px;
	color: #491619;
	background-color: #FFE1E3;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #F99FA6;
	border-bottom: 1px solid #A7767F;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;
}

.BenBack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: baseline;
	font-weight: bold;
	background-color: #000000;
	margin-right: 5px;
	height: 16px;
	width: 16px;
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	float: left;
}

/* Menu Items CSS */

.topMenu {
}

.submenu {
	padding: 0px;
}

.topItemNormal {
	background-image: url(img/bg_gr.gif);
	background-repeat: repeat;
	background-color: #CCE4F5;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	cursor: pointer;
	width: 90px;
	height: 24px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B0CADF;
	border-right-color: #6596C2;
	border-bottom-color: #447AAC;
	border-left-color: #C9DBE9;
	margin-right: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.topItemOver {
	background-image: url(img/bg_or.gif);
	background-color: #CCE4F5;
	background-repeat: repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000022;
	cursor: pointer;
	width: 90px;
	height: 24px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #447AAC;
	border-right-color: #C9DBE9;
	border-bottom-color: #B0CADF;
	border-left-color: #6596C2;
	margin-right: 8px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.itemNormal {
	cursor: pointer;
	background-color: #EDF6FA;
	padding: 3px 3px 3px 8px;
	width: 200px;
	height: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCE4F5;
	border-right-color: #83BBD6;
	border-bottom-color: #83BBD6;
	border-left-color: #B6D8F1;
}

.itemOver {
  	cursor: pointer;
  	background-color: #BFDDF2;
	padding: 3px 3px 3px 8px;
  	width: 200px;
	height: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCE4F5;
	border-right-color: #83BBD6;
	border-bottom-color: #83BBD6;
	border-left-color: #B6D8F1;
	}


.itemTextNormal {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

.itemTextOver {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

.topItemTextNormal2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.topItemTextOver2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* Style for Top Menu Background in HomeHeader.jsp */
.TopMenuBg {
  	background-color: #F8F8FC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1BAD9;
}

/* end Menu Items CSS */