/*Bg Style*/
.navBg{
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
	height:30px;

}
.backBg{
	background-image:url(images/1px_bg.jpg);
	background-repeat:repeat-x;
	background-color:#acacac;
}
.newsBg{
	background-image:url(images/1px_news_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f3f3f3;
}
.downloadBg{
	background-image:url(images/download_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f3f3f3;
}
.rhtBtmBg{
	background-image:url(images/rht_btm_img.gif);
	background-repeat:repeat-y;
}
.leftShdBg{
	background-image:url(images/1px_left_shd.jpg);
	background-repeat:repeat-y;
}
.rhtShdBg{
	background-image:url(images/1px_rht_shd.jpg);
	background-repeat:repeat-y;
}
.btmBg{
	background-image:url(images/btm_bg.jpg);
	background-repeat:no-repeat;
	height:56px;
}



/*InpuStyle*/
.style1{
	border:1px solid #bdc9b1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	width:130px;
	height:16px;
	margin-top:5px;
	margin-bottom:5px;
}
/*Text*/
.blkHeadTxt{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration:none;
}
.redTxt{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ce4400;
	text-decoration:none;
}

.mainTxt{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #323232;
	text-decoration:none;
}
.welTxt{
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	color: #01923e;
	text-decoration:none;
}
/*Link*/

.btmNavLink {
	font-family: Verdana;
	font-size: 9px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}
.btmNavLink a:hover{
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	font-weight:normal;
	text-decoration:Underline;
}

.navLink {
	font-family: Verdana;
	font-size: 11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.navLink a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #EC975E;
	font-weight:bold;
	text-decoration:none;

}
.readTxt{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #df323d;
	text-decoration:underline;
}
.readTxt a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #df323d;
	text-decoration:none;
}
.link1{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.link1 a:hover{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #61063b;
	text-decoration:none;
}
.link2{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #0062a7;
	text-decoration:none;
}
.link2 a:hover{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #0a82aa;
	text-decoration:none;
}
.mailLink{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #284815;
	text-decoration:none;
}
.mailLink a:hover{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #284815;
	text-decoration:underline;
}


/*menu content*/
.mCont{
	padding:0px 20px 0px 20px;
	margin:10px 20px 0 20px;
	width:90%;
	/*background:url(images/wel_icon.jpg) no-repeat left top;*/
	vertical-align:top;
}
.mCont img{
	margin:0px 10px 10px 0px;
	float:left;
}
.mCont p{
	float:left;
	width:100%;
	padding:10px 0 10px 0;
}
.mCont table,.mCont ul,.mCont ol,.mCont dl,.mCont h1,.mCont h2,.mCont h3,.mCont h4{
	float:left;
	width:100%;
}
.mCont a, .mCont a:link, .mCont a:hover, .mCont a:active, .mCont a:visited{
	text-decoration:none;
	color:#006600;
}

/*border*/
.tblBorder{
	border:1px solid #d9d9d9;
}