/* CSS Document */

/* bg */

.frmBg {
	background-image: url(images/frm_shd_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bodybg {
   background-color:#ffffff;
}

.navBg {
	background-image:url(images/nav_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.main_bodyBG {
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #15366a;
}

.main_bodyBG1 {
	background-image:url(images/mainbody_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #ffffff;
}
.bttm_bg2 {
	background-color:#ffffff;
	
}

.bttm_bg1 {
	background-color:#119442;
}

.bttm_bg3 {
	background-color:#148930;
}

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

.bttm_bg4 {
	background-color:#15366a;
}
.undrline_bg {
	background-image:url(images/under_line.gif);
	background-repeat:repeat-x;
	background-position:left top;
}


/* font */


.add_bxTXT {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

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

.welTxt1 {
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	color:#3e6200;
	text-decoration:none;
}
.mainTxt {
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#202020;
	text-decoration:none;
}

.mainTxt_1 {
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#202020;
	text-decoration:none;
	font-style:italic;
}

.NavTxt {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #63dc39;
	text-decoration: none;
}

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

.NavTxt_2 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:underline;
}

.copy_right {
	font-family: Verdana;
	font-size: 11px;
	font-weight:normal;
	color: #8bc7ba;
	text-decoration: none;
}



/* link */

.NavTxt_link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #63dc39;
	text-decoration: none;
}


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

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

.NavTxt_link1 a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #63dc39;
	text-decoration: none;
}
.mailLink {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#006633;
	text-decoration: none;
}

.mailLink a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #006633;
	text-decoration: underline;
}


/* input style*/
.style1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	width:210px;
	height:16px;
}
.style2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	width:150px;
	height:16px;
}
.style3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	width:210px;
	height:100px;
}





