/* MIS related formats */
p.message {
	background-color:#ccc;
	border:1px solid #000;
	color:#000;
	font-weight:bold;
	padding:2px;
	margin:2px;
	text-align:center;
}

#appletZone {
	position: relative;
	margin-left: 144px;
	background: #fff;
}

applet{
	width:100%;
}

table.box {
 	align: center;
	width: auto;
}

div.reportSpacer {
	height: 6px;
}

input, textarea, select {
	font-family: Verdana, Arial, Geneva, sans-serif; 
	font-size: 8pt; 
	border: solid 1px #000000;
	width:200px;
	margin-top: 2px;
}

input.checkbox {
	border-style: none;
}
/* End MIS related formats */