body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
<!--- scrollbar-3dlight-color : #CCCCCC;
	scrollbar-arrow-color : #666666;
	scrollbar-base-color : #CCCCCC;
	scrollbar-darkshadow-color : #666666;
	scrollbar-face-color : #CCCCCC;
	scrollbar-highlight-color : #DBEF3B;
	scrollbar-shadow-color : #666666;
	scrollbar-track-color : #CCCCCC; --->
	
.dotted {border-style: dotted}
  
.line{
	border-left: 1px solid #A9A9A9;
}

table.leftborder { 
  border-left-style:solid; border-left-color: #eaeaea; border-width: 0.1cm; border-style: groove;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
  font-weight: bold;
	color: #000000;
	text-align: center;
}

.gray {
	color: Gray;
	font-weight: bold;
}

.small { 
	font-size: 9px;
 }
 
.graybg {
	background-color : #E9E9E9;
}

.lime {
	background-color : #DBEF3B;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #eaeaea;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DBEF3B;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.columntitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666666;
	color: white;
	text-align: center;
	font-weight: bold;
}

.columntitle1 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	color: white;
	text-align: left;
}
.coltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eaeaea;
	color: #000000;
	text-align: left;
	border : 1px solid Gray;
	font-weight: bold;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #8F8F8F;
	text-align: center;
	font-variant: normal;
}

.header_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #DBEF3B;
	text-align: left;
	font-variant: normal;
}

.header_mid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	font-variant: normal;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	font-variant: small-caps;
	text-transform: uppercase;
}

.error_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background-color: #eaeaea;
	text-align: center;
}

.error_msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	background-color: #eaeaea;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 4px;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #808080;
	background-color: #FFFFFF;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
	background-color : #e9e9e9;
}

.border{
	border : 1px solid Gray;
}
.red{ 
color: Red;
}

SELECT {
background-color : #DBEF3B;
font-family: Verdana;
font-size : 10px;
}

.border1{
 border : 2px solid Black;
 width : 100%;
 }
 
 .grid{
  border : 1px solid Black;
  }
	
.item{
  border : 1px solid Black;
  font-weight: bold;
  }


input, textarea {
	font-family: Tahoma, Arial, Geneva, Helvetica;
	font-size:10px;
}
  .button {
  font-weight: bold;
  background-color: #8F8F8F;
  color: #FFFFFF;
}