body{
	margin: 0px;
	background-color: #ffffff;
	height: 100%;	
}
a:link{
	font-family: Arial, Tahoma;
	font-size: 12px;
	/*color: #006EB9;*/
	color: #165987;
	text-align: center;
	text-decoration: none;
}
a:active{
	font-family: Arial, Tahoma;
	font-size: 12px;
	/*color: #006EB9;*/
	color: #165987;
	text-align: center;
	text-decoration: none;
}
a:visited{
	font-family: Arial, Tahoma;
	font-size: 12px;
	/*color: #006EB9;*/
	color: #165987;
	text-align: center;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #9C3500;
	text-align: center;
	text-decoration: none;
}
.SortableColumnHeads {
	border-top:1px solid #7A775B;
	border-bottom:1px solid #9A9A98;
	border-left:1px solid #9D9D9D;
	background-color: #7A7970;
	color: #FFFADC;
	font-size: 11px; 
	font-weight: normal; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left:2px;

}
.SortableColumnHeads A:link {
	font-weight:100;
	FONT-SIZE: 10px;
	COLOR: #FFFADC; 
	FONT-FAMILY: verdana,tahoma, arial;
	TEXT-DECORATION: none;
}

.SortableColumnHeads A:visited {

	font-weight:100;
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana,tahoma, arial;
	TEXT-DECORATION: none;
	color:#FFFADC;

}
.SortableColumnHeads A:active {

	font-weight:100;
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana,tahoma, arial;
	TEXT-DECORATION: none;
	color:#FFFADC;

}
.SortableColumnHeads A:hover {
	font-weight:100;
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana,tahoma, arial;
	TEXT-DECORATION: underline;
	color:#FFFADC;


}


.boxborder {
	 padding: 0px;
	 border: solid 1px #9D9D9D;
	 }
.whitebg {background-color: #8C8E85;
}
.lightbg {background-color: #8C8E85;
}
.smallercontenturgent {color:#cc0033;
	font-size: 10px; font-weight: normal; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}


/*new classes added by JV for the new design 6 Dec 2005*/

.headerbg{
	background-image: url(images/p_header_bg.gif);
	background-repeat: repeat-x;
	
}
.leftbg{
	background-image: url(images/p_left_bg.gif);
	background-repeat: repeat-y;
	
}
.botbg{
	background-image: url(images/p_bot_bg.gif);
	background-repeat: repeat-x;
	
}
.rightbg{
	background-image: url(images/p_right_bg.gif);
	background-repeat: repeat-y;
	
}
.centerbg{
	background-image: url(images/p_center_bg.gif);
	
}

.pagebg{
	background-image: url(images/bg.jpg);
}

.headers {color: #343434; 
	font-size: 17px; font-weight: bold; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	white-space:nowrap;
	padding-right:2px;
}

.subheaders {color:#343434; 
	font-size: 12px; font-weight: bold; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	white-space:nowrap;*/
	padding-right:2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tabbrd{
	border-top: 1px solid #9E9E9E;
	border-right: 1px solid #9E9E9E;
	
}
.paddingtopbot{
	padding-bottom:10px;
	padding-top:10px;
}
.highlight1{
	color:#F7EEBF;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-right:2px;
	font-style: italic;
	
	
}
.highlight2{
	color:#F7EEBF;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-right:2px;

}
.highlight3{
	color:#F7EEBF;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-right:2px;

}
.textsm{
	color:#111111;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.inpnormal{
	
	/*border:1px solid #9D9D9C;
	color:#EDEDE4;
	background:#5D5D5D;*/
	
	
	color:#111111;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:#EDEDE4;
	


}
.lable { color: #EDEDE4;
	font-size: 11px; font-weight: normal; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
.smallfont{
	font-size: 0px;
}
/* classes for print page starts here*/

.printsubheaders {color: #212121; 
	font-size: 12px; font-weight: bold; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*white-space:nowrap;*/
	padding-right:2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.printdata { color: #212121;
	font-size: 13px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;

}

.printheaders {color: #212121; 
	font-size: 17px; font-weight: bold; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	white-space:nowrap;
	padding-right:2px;
}
.printpagebg{
	background-color: #ffffff;
}

/* classes for print page ends here*/
/*new classes added by Kinjal Shah dated on 16-01-07 starts here*/

.head-r-bg{
	background-image: url(images/head_r_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*background-color: #ffffff;*/
	width: 604px;
	height: 82px;
}
.head-g-bg{
	background-image: url(images/head_g_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*background-color: #ffffff;*/
	width: 604px;
	height: 82px;
}
.head-b-bg{
	background-image: url(images/head_b_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*background-color: #ffffff;*/
	width: 604px;
	height: 82px;
}
.footertxt, .footertxt span{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Tahoma, Verdana;
}
.redbg{
	background-color: #BC3219;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.greenbg{
	background-color: #008E3C;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bluebg{
	background-color: #005996;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.purplebg{
	background-color: #732D79;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.whitebg{
	background-color: #ffffff;
	background-image: url(images/right_r_bg.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.left-r-bg{
	background-image: url(images/left_r_bg.gif);
	background-repeat: repeat-y;
	font-size: 0px;
	width: 10px;
	background-position: left top;
}
.head-r-bgline{
	background-image: url(images/head_r_bgline.gif);
	background-repeat: repeat-x;
	background-position :center ;
}
.b-b-bg{
	background-image: url(images/b_b_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 6px;
}
.b-l-bg{
	background-image: url(images/b_l_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.b-r-bg{
	background-image: url(images/b_r_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.paddingbtm{
	padding-bottom: 4px;
}


/*new classes added by Kinjal Shah dated on 16-01-07 ends here*/
/*about us page link class starts here*/
.aboutuslink:link{
	/*color: #0054A9;*/
	color: #343434;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.aboutuslink:active{
	/*color: #0054A9;*/
	color: #343434;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.aboutuslink:visited{
	/*color: #0054A9;*/
	color: #343434;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.aboutuslink:hover{
	/*color: #732D79;*/
	color: #0054A9;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.linkbtmpad{
	padding-bottom: 15px;
}
.linkbullet{
	background-image: url(images/bullet.gif);
	width: 20px;
	height: 20px;
	background-position: left top;
	background-repeat: no-repeat;
}
.paddingleft{
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 20px;
}

.abus-curv-lt{
	background-image: url(images/abus_curv_lt.gif);
	width: 7px;
	height: 8px;
	background-position: left top;
	background-repeat: no-repeat;
}
.abus-curv-lb{
	background-image: url(images/abus_curv_lb.gif);
	width: 7px;
	height: 7px;
	background-position: left top;
	background-repeat: no-repeat;
}
.abus-curv-rt{
	background-image: url(images/abus_curv_rt.gif);
	width: 7px;
	height: 8px;
	background-position: left top;
	background-repeat: no-repeat;
}
.abus-curv-rb{
	background-image: url(images/abus_curv_rb.gif);
	width: 7px;
	height: 7px;
	background-position: left top;
	background-repeat: no-repeat;
}
.abus-curv-t{
	background-image: url(images/abus_curv_t.gif);
	width: 100%;
	height: 8px;
	background-position: left top;
	background-repeat: repeat-x;
}
.abus-curv-b{
	background-image: url(images/abus_curv_b.gif);
	width: 100%;
	height: 7px;
	background-position: left top;
	background-repeat: repeat-x;
}
.abus-curv-l{
	background-image: url(images/abus_curv_l.gif);
	width: 7px;
	height: 100%;
	background-position: left top;
	background-repeat: repeat-y;
}
.abus-curv-r{
	background-image: url(images/abus_curv_r.gif);
	width: 7px;
	height: 100%;
	background-position: left top;
	background-repeat: repeat-y;
}
.abus-midbg{
	background-color: transparent;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.bxpad{
	padding-left: 120px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 15px;
}

.abustitle{
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	color: #343434;
	padding-bottom: 10px;
}
.abutitle-brn{
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	color: #9F2E24;
	padding-bottom: 10px;
}
.abustxt{
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	color: #343434;
}
.titleblue{
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	/*color: #0155AA;*/
	color: #343434;
	padding-bottom: 5px;
}

/*about us page link class ends here*/
/*record view classes starts here*/
.heading{
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	/*color: #3577A4;*/
	color: #3B4E5B;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	/*background-color: #DDEDF8;*/
	background-color: #E4E8EB;
}
.prodname{
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	/*color: #3577A4;	*/
	color: #7C858B;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.recdata{
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	/*color: #3577A4;*/
	color: #343434;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.brd-l{
	border-left: solid 1px #CCCCCC;
}
.brd-r{
	border-right: solid 1px #CCCCCC;
}
.brd-t{
	border-top: solid 1px #CCCCCC;
}
.brd-b{
	border-bottom: solid 1px #CCCCCC;
}
.rectab-pad{
	padding-top: 10px;
	padding-bottom: 10px;
}
.redarw{
	background-image: url(images/redarw.gif);
	height: 10px;
	width: 10px;
}
.greenarw{
	background-image: url(images/greenarw.gif);
	height: 10px;
	width: 10px;
}
.bluearw{
	background-image: url(images/bluearw.gif);
	height: 10px;
	width: 10px;
}
.purplearw{
	background-image: url(images/purplearw.gif);
	height: 10px;
	width: 10px;
}
/*record view classes ends here*/

/*classes for HTML homepage starts here*/
.pagemargin{
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 30px;
}
.bluesqr-lt{
	background-image: url(images/bluesqr_lt.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 153px;
}
.purplesqr-rt{
	background-image: url(images/purplesqr_rt.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 153px;
}
.orangesqr-lb{
	background-image: url(images/orangesqr_lb.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 169px;
	width: 291px;
}
.greensqr-rb{
	background-image: url(images/greensqr_rb.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 169px;
	width: 237px;
}
.top-bg
{
	margin-top: -1;
	background-image: url(images/top_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.bottom-bg{
	background-image: url(images/bottom_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.right-bg{
	background-image: url(images/right_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-y;
	background-color: #ffffff;
}
.left-curv{
	background-image: url(images/left_curv.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 291px;
	height: 212px;
}
.mid-bg{
	background-image: url(images/mid_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.navpad{
	padding-bottom: 8px;
}
.btmnavpad{
	padding-bottom: 8px;
}

/*popup class starts here*/

.box-t-bg	{
	background-image: url(images/box_t_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 23px;
}
.box-t-l	{
	background-image: url(images/box_t_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 24px;
	font-size: 0px;
}
.box-t-r	{
	background-image: url(images/box_t_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 23px;
	width: 19px;	
	font-size: 0px;
}
.box-b-bg	{
	background-image: url(images/box_b_bg.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.box-b-l	{
	background-image: url(images/box_b_l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 67px;
	width: 24px;
}
.box-b-r	{
	background-image: url(images/box_b_r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 67px;
	font-size: 0px;
/*	width: 91px;*/
}
.box-b-r-green	{
	background-image: url(images/box_b_r_green.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 67px;
	font-size: 0px;
/*	width: 91px;*/
}
.box-b-r-blue	{
	background-image: url(images/box_b_r_blue.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 67px;
	font-size: 0px;
/*	width: 91px;*/
}
.box-b-r-purple	{
	background-image: url(images/box_b_r_purple.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 67px;
	font-size: 0px;
/*	width: 91px;*/
}
.box-l	{
	background-image: url(/images/box_l.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	font-size: 0px;
	width: 24px;
	height: 100%;
}
.box-r	{
	background-image: url(images/box_r.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-size: 0px;
	/*width: 24px;*/
	height: 100%;
}
.txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B5B5B;
	
}
.txt-red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #A4362E;
}
.txt-title-red{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A4362E;
}
.txt-title-green{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #198E3D;
}
.txt-green{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #198E3D;
}
.txt-title-blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #015997;
}
.txt-blue{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #015997;
}
.txt-title-purple{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #742D7B;
}
.txt-purple{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #742D7B;
}
.padleft{
	padding-left: 15px; 
}
.btmnavlink:link{
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}
.btmnavlink:active{
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}
.btmnavlink:visited{
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
}
.btmnavlink:hover{
	font-weight: bold;
	color: #FFF600;
	font-size: 11px;
}

/*popup class ends here*/

.footerlink:link{
	font-family: Arial, Verdana, Tahoma;
	color: #ffffff;
	font-size: 10px;
}
.footerlink:active{
	font-family: Arial, Verdana, Tahoma;
	color: #ffffff;
	font-size: 10px;
}
.footerlink:visited{
	font-family: Arial, Verdana, Tahoma;
	color: #ffffff;
	font-size: 10px;
}
.footerlink:hover{
	font-family: Arial, Verdana, Tahoma;
	color: #ffffff;
	font-size: 10px;
}
.btmbtnpad{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
}
.topbtnpad{
	padding-right: 15px;
}
/*classes for HTML homepage ends here*/

/*standard form classes starts here*/
.lable{
	font-family: Arial, Verdana, Tahoma;
	/*color: #005996;*/
	color: #343434;
	font-size: 11px;
}
.txtbx{
	font-family: Arial, Verdana, Tahoma;
	/*border: solid 1px #A2BCCE;*/
	border: solid 1px #BCBCBC;
	font-size: 11px;
}
.note{
	font-family: Arial, Verdana, Tahoma;
	color: #BC3219;
	font-size: 11px;
}
.btn{
	background-color: #E1E1E1;
	border:solid 1px #808080;
	font-family: Arial, Verdana, Tahoma;
	color: #444444;
	font-size: 11px;
	cursor: pointer;
}
.horz-line{
	border-top:solid 1px #CCCCCC;
	width: 100%;
	height: 1px;
}
.title{
	color: #244564;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
form{
	margin: 0px;
}
.popupbxpad{
	padding : 15px;
}

/*new box design classes*/
.bx-t{
	background-image: url(images/bx_t.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 11px;
	width: 100%;
	font-size: 0px;
}
.bx-b{
	background-image: url(images/bx_b.gif);
	background-repeat: repeat-x;
	background-position: right top;
	height: 11px;
	width: 100%;
	font-size: 0px;
}
.bx-l{
	background-image: url(images/bx_l.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	width: 7px;
	font-size: 0px;
}
.bx-r{
	background-image: url(images/bx_r.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
	width: 10px;
	font-size: 0px;
}
.bx-redchk{
	background-image: url(images/bx_redchk.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ffffff;
}
.bx-greenchk{
	background-image: url(images/bx_greenchk.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ffffff;
}
.bx-bluechk{
	background-image: url(images/bx_bluechk.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ffffff;
}
.bx-purplechk{
	background-image: url(images/bx_purplechk.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ffffff;
}
.bx-bimg{
	background-image: url(images/bx_bimg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 72px;
	height: 11px;
}
.bx-bimg-green{
	background-image: url(images/bx_bimg_green.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 72px;
	height: 11px;
}
.bx-bimg-blue{
	background-image: url(images/bx_bimg_blue.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 72px;
	height: 11px;
}
.bx-bimg-purple{
	background-image: url(images/bx_bimg_purple.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*width: 72px;*/
	height: 11px;
}
.bx-mid{
	background-color: #ffffff;
}
.bx-dwnarwpad{
	padding-top: 8px;
	padding-left: 55px;
}
.bx-dwnarwpad-green{
	padding-top: 8px;
	padding-left: 150px;
}
.bx-dwnarwpad-blue{
	padding-top: 8px;
	padding-right: 63px;
}
.bx-dwnarwpad-purple{
	padding-top: 8px;
	padding-left: 35px;
	padding-right: 48px;
}
/*standard form classes ends here*/
.horzline{
	border-bottom: solid 1px #cccccc;
}
.datadesc span
{
	color: #808080;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;	
	text-decoration: none;	
}
.ourvaltxt{
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: normal;
	color: #343434;
}
.txt-red-label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BD331A;
}
.txt-green-label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #018F3D;
}
.txt-blue-label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #015A97;
}
.txt-purple-label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #742E7A;
}
/* Added By Chandresh Starts */
.headingtxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.normalred{
	font-weight: normal;
}
.popup-head
{
	background-color: #005996;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px
}
ul{
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-left: 0px;
	list-style-position:inherit  ;
	padding-left : 25px; 
	list-style-image: url(images/list_bullet.gif);
}
/* Added By Chandresh Ends */
.disclaimer{
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 5px;
	text-align:justify;
}

/*classes for new homepage starts here*/
.tabheight{
	height: 100%;
}
.tabwidth{
	width:100%;
}
.home-left-crv
{
	background-image: url(images/home_left_crv.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*height: 166px;*/
	font-size: 0px;
}
.home-rt-crv
{
	background-image: url(images/home_rt_crv.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*height: 166px;*/
	font-size: 0px;
}
.home-lb-crv
{
	background-image: url(images/home_lb_crv.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*height: 151px;*/
	font-size: 0px;
}
.home-rb-crv
{
	background-image: url(images/home_rb_crv.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*height: 151px;*/
	font-size: 0px;
}
.home-l-brd{
	background-image: url(images/home_l_brd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/*height: 151px;*/
	font-size: 0px;
}
.home-b-brd{
	background-image: url(images/home_b_brd.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	/*height: 151px;*/
	font-size: 0px;
}
.home-r-brd{
	background-image: url(images/home_r_brd.gif);
	background-repeat: repeat-y;
	background-position: right top;
	/*height: 151px;*/
	font-size: 0px;
	background-color: #ffffff;
}
.home-mainpad{
	padding: 20px;
}
.home-titletxt{
	font-family: Arial Narrow, Arial, Verdana, Tahoma;
	/*color: #005996;*/
	color: #3C3C3C;
	font-size: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}
.home-txt {
	font-family: Arial, Verdana, Tahoma;
	color: #3C3C3C;
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: normal;
	padding-top: 15px;
}
.home-boldtxt{
	font-family: Arial, Verdana, Tahoma;
	color: #3C3C3C;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
}
.green-btn{
	font-family: Arial, Verdana, Tahoma;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #008E3C;
	background-color: #008E3C;
	cursor:pointer;
}
.red-btn{
	font-family: Arial, Verdana, Tahoma;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #BC3219;
	background-color: #BC3219;
	cursor:pointer;
}
.blue-btn{
	font-family: Arial, Verdana, Tahoma;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #005996;
	background-color: #005996;
	cursor:pointer;
}


.home-subpad{
	padding-left: 40px;
	padding-right: 40px;
}
/*classes for new homepage ends here*/
.thumbpad{
	padding-left: 15px;
}

