
body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
//##	background-image: url(back.gif);
//##	background-repeat: no-repeat;
//##	background-attachment: fixed;
	
	scrollbar-face-color: #E9E9E9;
	scrollbar-shadow-color: #CECECE; 
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #F2F2F2;
	scrollbar-arrow-color: #7E7E7E
	
	
}
INPUT,TEXTAREA { 
  font-size:10pt;  
  font-family:Verdana;
  color: #000000; 
  background-color:#ffffff; 
  border:1 solid #a0a0a0;
}

TD {

	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	line-height: 14px;

}
.basic {

	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}

.bold {
  font-weight: bold;
}
.blue {
	color: #02bdcf;
}

.gray {
	font-size: 9px;
	color: #909090;
}

.blkbox {
	font-size: 10px;
  background: #000000;
	color: #ffffff;
}

a:link {
  color: #000000;
	text-decoration: none;
}
a:hover {
  background: #02bdcf;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #404040;
}

a:active {
	text-decoration: none;
}

