body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
}
body {
	background-image: url(../images/mainbg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
	color: #766C5D;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #766C5D;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
.horline {
	background-image: url(../images/horline.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.bdr {
	border: 1px solid #E3C299;
}

.biglogo {
	background-image: url(../images/biglogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.verline {

	background-image: url(../images/verline.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.horline2 {
	background-image: url(../images/horline2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

input.txtfld{
  background: none;
  width: 140px;
  height: 15px;
  color: #0066CC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #BDA685;
}
.txtfldcont {
	background-color: #F6E5CD;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 200px;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E3C299;
}
textarea{
	border: 1px none #ABD0E7;
	width: 200px;
	height: 50px;
	background-color: #F6E5CD;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E3C299;
}
.formbutton {
	width: 60px;
	height: 18px;
	color: #FFFFFF;
	background:#D77015;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
.formbutton:hover {
	width: 60px;
	height: 18px;
	color: #FFFFFF;
	background:#990000;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
.filesys_block{
  display:block;
  overflow: scroll;
}

.subHeading{
  text-transform: capitalize;
  font-weight: bold;
  font: Tahoma, Verdana;
}
