.leftbg {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/topbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.aboutbg {
	background-attachment: fixed;
	background-image: url(images/aboutus.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.textmatter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.textmatterhighlight {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #D17B24;
	text-decoration: none;
}
.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	height: 15px;
	width: 150px;
	border: 1px solid #f09f4d;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	height: 15px;
	width: 50px;
	text-align:center;
	background-color: #FF9900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button_cancelupload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	height: 15px;
	width: 80px;
	text-align:center;
	background-color: #FF9900;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body, html {
  scrollbar-face-color: #F7A959;
  scrollbar-shadow-color: #D27B25;
  scrollbar-highlight-color: #cccccc;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #F1C598;
  scrollbar-arrow-color: #A8631E;
}



a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	color: #D17B24;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	color: #D17B24;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	color: #333333;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	color: #D17B24;
}
Body {
	margin: 0px;
	padding: 0px;
}
