body { font-family: arial, helvetica; }
.one { font-size: 10pt; font-family: arial, helvetica;  }
.two  { font-size: 13pt; font-family: arial, helvetica; }
.three { font-size:12pt; font-family: verdana, arial, helvetica; }
.date { font-size: 15pt; font-family: verdana, arial, helvetica;  }
.dzl { font-size: 8pt; font-family: arial, helvetica; }
.show { font-size: 8pt; font-family: arial, helvetica; }
b.red { color: red; }
b.yel { color: #ffcc66; }
b.grn { color: #66cc66; }
b.black { color: #000000; background: #ffcc33; }
a:link { color: #666633; text-decoration: underline; }
a:hover { color: #666633; text-decoration: underline; }
a:visited { color: #666633; text-decoration: underline; }
.high { background: #ffcc66; }
.textinput {
	background-color: #cccc99;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
	border: 1px #999966 solid;
}

.areainput {
	background-color: #cccc99;
	color: #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 350px;
	height: 100px;
	border: 1px #999966 solid;
	scrollbar-face-color:#999966; 
	scrollbar-3dlight-color:#ffffff; 
	scrollbar-shadow-color:#ffffff; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff; 
	scrollbar-arrow-color:#ffffff; 
}