body 
{
   color: blue;
   background-color: White;
   font-family: verdana;
   font-size: 11px;
   line-height: 13px;
   font-weight:bold;
   margin: 0px; 
   padding: 0px;
/*   text-decoration: none;	 eliminates link underline */
}

HR {
	height: 2px;
	color: blue;
	margin: 15px;
}

H1 {
	color : Blue;
	font-family : verdana;
	font-size : 14px;
	font-weight:bold;
	margin : 15px;
}

TABLE {					
	color: black;
	background-color: White;
	font-family : verdana;
	font-size : 11px;
	font-weight : bold;
	margin : 1px;	
	vertical-align : top;
}

TR {					
	font-size: 11px;
	font-weight : bold;
	vertical-align : top;
	margin : 0px;	
}

TR.image {
	background: url(images/redsquare.bmp);
	color: white;
	font-size: 14px;
	font-weight : bold;
}

TD.l {					
	text-align: left;
}

TD.c {					
	text-align: center;
}

TD.cw25 {					
	text-align: center;
	width: 25;
}

TD.r {					
	text-align: right;
}

.textInput,textarea
{
	color : Red;
	text-align: left;
	text-transform: uppercase;
	font-family:verdana;
	font-size:11px;
	line-height:12px;
	font-weight:bold;

}

.inputHighlighted
{
	background-color:bisque;
	color:navy;
	font-family:verdana;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
}
.changedField
{
color:white;
background: navy;
}
.currentField
{
color:white;
background:red;
}
.oldField
{
color:red;
background: white;
}
/* onFocus="this.className='currentField'" onChange="this.className='changedField'" onBlur="this.className="oldfield'" */
