/* CSS Document */

/* bg */


.bodybg {
    background-image:url(images/back_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#535355;
}

.headerbg {
    background-image:url(images/header1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#535355;
	height:229px;
}

.lowerBg {
	background-image:url(images/lower-_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	height:46px;
}

.lowerBX_bg {
	background-image:url(images/lowerBX_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:199px;
}

.mainbody_bg {
	background-color:#ffffff;
	background-position:left top;
	
}

.mainbody_leftbg{
    background-image:url(images/mainbody_lftBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	background-position:left top;
	width:5px;	
}

.mainbody_rghttbg{
    background-image:url(images/mainbody_rghtBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	background-position:left top;
	width:5px;	
}

.left_shdwBg {
	background-image:url(images/lft_shdwBG.gif);
	background-repeat:repeat-y;
	background-position:left top;
	width:8px;
}

.right_shdwBg {
	background-image:url(images/rght_shdwBG.gif);
	background-repeat:repeat-y;
	background-position:left top;
	width:7px;
}

.mddl_shdwBg {
	background-image:url(images/middl_shdwBG.gif);
	background-repeat:repeat-y;
	background-position:left top;
	width:13px;
}

.mainBx_body {
	background-color:#ffffff;
	background-position:left top;
}

.undrline_2 {
	background-image:url(images/undrline_2.gif);
	background-repeat:repeat-x;
	background-position:left top;
}


.undrline_1 {
	background-image:url(images/undrline_1.gif);
	background-repeat:repeat-x;
	background-position:left top;
}



/* font */

.copyTxt {
	font-family: Verdana;
	font-size: 10px;
	font-weight:normal;
	color: #cfdae6;
	text-decoration: none;
}

.welTxt {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #26a064;
	text-decoration: none;
}

.welTxt_1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8bc53f;
	text-decoration:underline;
}
.greentxt {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #26a064;
	text-decoration:underline;
}
.greentxt1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #26a064;
	text-decoration:none;
}


.welTxt_2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8bc53f;
	text-decoration:none;
}

.ClickhereTxt {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #dd2b02;
	text-decoration:none;
}

.redTxt {
	font-family: Verdana;
	font-size: 9px;
	font-weight:normal;
	color: #dd2b02;
	text-decoration:none;
}

.mainTxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	color: #4f4f4f;
	text-decoration: none;
}
.mainTxtBld {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #4f4f4f;
	text-decoration: none;
}

.mainTxt1 {
	font-family: Verdana;
	font-size: 13px;
	font-weight:bold;
	font-style:italic;
	color: #4f4f4f;
	text-decoration: none;
}
.menuTxt {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


/* link */

.ClickhereTxt {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #dd2b02;
	text-decoration:none;
}

.ClickhereTxt_1 {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #dd2b02;
	text-decoration:underline;
}
.mailTxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #004a9d;
	text-decoration:none;
}
.mailTxt a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #004a9d;
	text-decoration:underline;
}


