body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 16px;
	background-color: #090906;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	color: #FF9900;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

.price {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.special {
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}

.nopheader {
	color:#fff;
	background-color:#f90;
	font-size:14px;
	padding:0 0.7em;
}

.nopentry {
	font-size:14px;
	padding:0 0.7em;
}

.noptotal {
	font-size:14px;
	padding:0 0.7em;
}

.hilite {
	font-weight: bold;
	color: #ff9900;
	font-size: 16px;
}

.normal {
	color: #FF9900;
	font-size: 16px;
}

