.maintxt {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-align: left;
}
.subtxt {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-align: left;
}
.innerhead {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #FFF3E3;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menuhead {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.innertxt {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 6px;
	text-align: left;
}

.bottomnav {
	font-family: tahoma;
	font-size: 11px;
	line-height: 20px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
a.nav {
	text-decoration: underline;
	color: #FFFFFF;
}
a.nav:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.black {
	text-decoration: none;
	color: #000000;
}
a.black:hover {
	text-decoration: underline;
	color: #000000;
}
a.orange {
	text-decoration: underline;
	color: #996600;
}
a.orange:hover {
	text-decoration: none;
	color: #ffffff;
}

.menucopy {
	font-family: arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.heading {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-align: left;
}

.te {
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
	color: #fa6d05;
	text-align: left;
}
.scroll  {
SCROLLBAR-FACE-COLOR: #f2f2f2; 
SCROLLBAR-HIGHLIGHT-COLOR: #f47920; 
SCROLLBAR-SHADOW-COLOR: #f47920; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #f47920; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #cccccc; 
SCROLLBAR-BASE-COLOR: #0000ff 
}
.input {
	width:250px;
	background:url(images/input_back.jpg) left top repeat-x;
	border:solid 1px #2887b6;
	font-family:Tahoma, Verdana, "Trebuchet MS";
	font-size:12px;
	color:#272727;
	padding:5px 5px;
	}
.textarea {
	width:300px;
	height:85px;
	background:url(images/textarea_back.jpg) left top repeat-x;
	background-color:#FFFFFF;
	border:solid 1px #2887b6;
	font-family:Tahoma, Verdana, "Trebuchet MS";
	font-size:12px;
	color:#272727;
	padding:5px 5px;
	}
.textlink{ font-family:arial;
	  font-size:13px;
	  color:#FFFFFF ;
	  text-decoration:underline;
	  }
.textlink:hover{ font-family:arial;
	  font-size:13px;
	  color:#FF6600;
	  text-decoration:none;
	  }