/* CSS Document */
.weltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:15px; 
	font-weight: bold; 
	color:#b65f13;
}

.welBgtxt1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: bold; 
	color:#3a3a27;
}

.welBgtxt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: normal;
	color:#3a3a27;
}
.mailBgtxt2 a{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: normal;
	color:#3a3a27;
	text-decoration:underline;
}
.mailBgtxt2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-weight: normal;
	color:#3a3a27;
	text-decoration: none;
}

.orangeHeadTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	font-weight: bold;
	color:#b65f13;
}
.orangeHeadTxt12 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight: bold;
	color:#b65f13;
}

.comfyTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight: bold;
	color:#6e4101;
}

.LearTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight: bold;
	color:#503c2a;
}



/* Links & Navigations */

.link1 {
	color: #7b2b00;
	text-decoration: none;
	font-family: Verdana;
	font-size:11px;
	font-weight: Bold;
}

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

.link1_1 {
	color: #aa6000;
	text-decoration: none;
	font-family: Verdana;
	font-size:11px;
	font-weight: Bold;
}

.link1_1 a:hover {
	color: #7b2b00;
	text-decoration: none;
	font-family: Verdana;
	font-size:11px;
	font-weight: Bold;
}

.copyright{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #8181b6;
}

.linkBlkLft{
	font-family:Tahoma;
	color:#59002D;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.linkBlkLft a:hover {
	font-family:Tahoma;
	color:#D87F30;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.download a {
	font-family:Tahoma;
	color:#005329;
	font-size:10px;
	font-weight:bold;
	text-decoration: underline;
}
.download a:hover {
	font-family:Tahoma;
	color:#005329;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

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

/* bg Style*/

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

.spacerBg {
    background-color: #FFFFFF;

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

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

.newsBgtxt {
	font-family: Tahoma; 
	font-size:11px; 
	font-weight: bold;
	color:#5c5c5c;
	text-decoration: none;
}

.newsBgtxt a:hover{
	font-family: Tahoma; 
	font-size:11px; 
	font-weight: bold;
	color:#5c5c5c;
	text-decoration: underline;
}
.backBg{
	background-color: #f8f8f8;
	background-image: url(images/background_img.jpg);
	background-repeat: repeat-x;
}

/*button*/

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