@charset "utf-8";
/* CSS Document */

.machine_class_table{border:1px solid #cfcfcf;}
.machine_class_table tr td{margin-bottom: 12pt;padding:5px; font-size:11px;}
p.dateline {
	margin-bottom:6.0pt;
	text-align:right; 
	font-size: 7pt;
	width:590px;
}

.machine_class_table tr td ul {
	margin-top: 0; margin-left:20px;
}

.machine_class_table tr td li {
	padding-top: 3px;
	margin: 0;
	margin-left: -20px
}



.litered {
	background-color: #FFEBDD;
}
.liteyellow {
	background-color: #FFFAB7;
}
.liteblue {
	background-color: #E5F1F7;
}
.litegray {
	background-color: #E8E8E8;
}

.litegreen {
   background-color: #E8F2DA;	
}

.red {
	color: #FFFFFF;
	background-color: #E60000;
}
.green {
	background-color: #008000;
}
.yellow {
	background-color: #FFFF00;
}
.blue {
	background-color: #0000FF;
}
.gray {
	background-color: #C0C0C0;
}
.white {
	color: #FFFFFF;
}
.grayborder {
	border-bottom: 1px solid #cfcfcf;
}