/* Links & Navigations */

.link3 {
	background-image:url(images/active_btn.jpg);
	background-repeat:no-repeat;
	display:block;
	color: #d97408;
	text-decoration: none;
	font-family: Verdana;
	font-size:11px;
	font-weight: Bold;
}

.link3 a:hover{	
	color: #d97408;
	text-decoration:none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: Bold;
	}
	
.link3w {	
	color:#935c33;
	text-decoration: none;
	font-family: Verdana;
	font-size:11px;
	font-weight:Bold;
}

.link3w a:hover{	
	color:#935c33;
	text-decoration: none;
	font-family: Verdana;
	font-size:11px;
	font-weight:Bold;
}

.readMoreTxt{
	color:#9f3501;
	text-decoration: underline;
	font-family: Verdana;
	font-size:10px;
	font-weight: bold;	
}

.readMoreTxt a:hover{
	color:#9f3501;
	text-decoration: none;
	font-family: Verdana;
	font-size:10px;
	font-weight: bold;	
}	

.linkGrTxt a:hover{
	color:#333333;
	text-decoration: underline;
	font-family: Tahoma;
	font-size:11px;
	font-weight: bold;
	text-decoration:underline
	
	}
	
.btmLink1 {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: none;
	text-decoration:none;
}
.btmLink1 a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: none;
	text-decoration:underline;
}
.btmLink2 {
	font-family: Verdana;
	font-size: 10px;
	color: #a6c4d1;
	font-weight: none;
	text-decoration:none;
}
.btmLink2 a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #a6c4d1;
	font-weight: none;
	text-decoration:underline;
}
/* Fonts */

.welcomeTxt {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #c95c16;
}
.greenHeadTxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #487f82;
}
.blueTxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333366;
}
.redHeadTxt {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #c95c16;
}
.mainBoldtxt {
	font-family: Verdana;
	font-size: 13px;
	color: #4a4a4a;
	font-weight: bold;
}
.conTxt {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.mainTxt {
	font-family: Verdana;
	font-size: 11px;
	color: #5a3019;
}

.big_mainTxt {
	font-family: Verdana;
	font-size: 16px;
	color: #5a3019;
}

.copyTxt {
	font-family: Verdana;
	font-size: 11px;
	color: #5e4413;
	font-weight:normal;
}
.romanTxt {
	font-family: Times New Roman;
	font-size: 17px;
	color: #91410f;
	font-weight: normal;
}


/* table border */
.yellBorder {
	background-color: #F8FFC8;
	border: 1px solid #768128;
}
.redBorder {
	background-color: #FFC674;
	border: 1px solid #393939;
}
/* bg Style*/

.navBg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainBg {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainBtmBg {
	background-image: url(images/1px_main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.tblBg {
	background-repeat: repeat;
	background-position: left top;
	background-color: #f3ead6;
}

.footer {
	background-image: url(images/btm_nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.btmBg {
	background-image: url(images/btm_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.leftTopMainBg {
	background-image: url(images/hdr_btm_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#btnBg12 {
	background-image: url(images/nav_btm_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


/*button*/

.inputstyle2	{
	border-width:1px;
	border-style:solid;
	background-color:#c58548;
	border-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight: bold;
	height:22px;
}