BODY
{
	font-size: 11px;
	font-family: Verdana;
}
TD
{
	font-size: 11px;
	font-family: Verdana;
}
menuitem
{
	color: blue;
	background-color: red;
}
.title
{
	font-weight: bold;
	font-size: 12px;
	color: #01472B;
}
.tbl-price{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tbl-price td{
	border: 1px solid #DDDDDD;
	font-size: 10px;
	text-align: center;
}
.tbl-price .sold{
	background-color: #FF2020;
}
.tbl-price .res{
	background-color: #FF9D9D;
}
.tbl-price .head{
	color: #eac93c;
	background-color: #01472B;
	font-weight: bold;
	padding: 1px;
}