body td {
	font-family : Arial;
	font-size : 10pt;
}

.navlink {
	font-size : 8pt;
	text-decoration : none;
	color : #000000;
	font-weight : bold;
}

.navtable {
	border-left-style : solid;
	border-left-width : 2px;
	border-left-color : #dd0000;
	text-align : center;
}

h1 {
	font-size:14pt;
}

.title {
	font-size : 11pt;
}

ul {
	margin-top : 0px;
	margin-bottom : 0px;
}

table#conveyor_select_table {
	border-collapse: collapse;
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #000;
	}
table#conveyor_select_table th {
	padding: 6px;
	}
table#conveyor_select_table th, table#conveyor_select_table td {
	border-style: none solid solid none;
	border-width: 1px;
	border-color: #000;
	}
table#conveyor_select_table td a {
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 6px;
	}
table#conveyor_select_table td a:hover {
	background-color: #8f8;
	}