html {overflow-x: hidden; overflow-y: auto;} 
BODY{ 
	/*background-image: url('../images/ascibg.gif');*/
	font-family: verdana, tahoma, sans-serif; 
	font-size: 12px; 
	color: black; 
} 
TD { 
	font-family: verdana, tahoma, sans-serif; 
	font-size: 12px; 
	color: black; 
}
TH { text-align: left; font-family: verdana, tahoma, sans-serif; font-size: 13px; font-weight: bold; height: 20px }
A { color: blue; text-decoration: underline; }
A:hover { color: blue; text-decoration: none; }
INPUT,SELECT,TEXTAREA { font-family: verdana,tahoma,sans-serif; font-size: 10px; }
.s { font-family: verdana,tahoma,sans-serif; font-size: 12px;  font-weight: bold; }
.m { color: red; font-weight: bold; }
.obox {
	border: #C0C0C0 1px solid;
	/*height: 250px*/
}
.bb{
	font-family: tahoma, sans-serif; 
	font-size: 12px; 
	color: black;
	border: #0DAB43 1px solid;
	cursor: pointer;
	background: white;
	width: 120px;
	height: 20px;
	text-align:left
}
DIV.bb:hover {
	background: #F0FFF0
}
A.opa { 
	font-family: tahoma,verdana,sans-serif;
	font-size:11px;
	color: blue; 
	text-decoration: underline; 
}
A:hover.opa { 
	font-family: tahoma,verdana,sans-serif;
	font-size:11px;
	color: blue; 
	text-decoration: none; 
}
.ops{
	font-family: tahoma,verdana,sans-serif;
	font-size:10px;
}
TABLE.greenbox{
	background-color: #B0DB79;

}
TD.greenbox {
	background-color: #E4F3D1;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}
.brdimage{
	border: #000000 1px solid;
}