/* CSS Document */

/*html tags style */
fieldset {
	background-color:transparent;
	border:medium none;
	height:0px;
}
p {
	line-height: 1.5em;
	margin-top: .5em;
	font-size: 13px;   /* added by IS so we don't have to say <p class="content" all the time */
}
ul {
	line-height: 1.5em;
	margin-top: .5em;
}
/*end html tags style */


/* classes */
.displayBody {	
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}
.maintable{	width:760px;}
.widthcell {	
	width:83px;
	overflow:auto;
}
.infodisplaytd {width:677px;}
.displayInfoTd {
	width:156px;
	text-align:right;
}
.errortable {
	background:#dd9988;
	text-align:center;
	width:90%;
}
.errortabletd{background:#ffffd5;}

/* classes added by Al */
.italic {font-style: italic;}
.underline{ text-decoration: underline;}
.wrapper {	
	width:800px;
	min-height: 200px;
	height:auto;
	margin-left: 83px;
}
.aprimoform { 
	width:583px;
	float:left;
}
.errMsg {
	background-color:#FFFFD5; 
	border: thin solid #DD9988;  
	text-align:center;
}
.reqColor{color:#900000;}
/* end of classes added by Al */
/* end classes */

