table.highlight	{font-size: 12px;font-family:Arial, Helvetica, sans-serif; border-collapse:collapse;}
table.highlight	thead td {
	text-align:center;
	background:#FFA200;
	color:#ffffff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
table.highlight	thead th {
	text-align:center;
	/*background:#A4A4A4;*/
	color:#ffffff;
	border-right:1px solid #c0c0c0;
	/*border-bottom:1px solid #c0c0c0;*/
}
table.highlight	thead th.null {background:#ffffff;color:#918F90;}
table.highlight	tbody th {
	text-align:center;
	background:#ffffff;
	color:#918F90;
	border-bottom:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}
table.highlight	tbody td {
	text-align:center;	
	color:#333;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
}


table.highlight	tbody td.on {background:#ffe068;}
table.highlight	thead th.on {background:#ffe068;color:#000;}
table.highlight	tbody th.on {background:#ffe068;color:#000;}


.price_link:link, .price_link:active, .price_link:visited
 {
	color: #FFFFFF;
	text-decoration: none;		
}

.price_link:hover {
	text-decoration:underline;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}