@charset "UTF-8";
.fbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin: 5px;
	padding: 5px;
	width: 200px;
	border: 2px solid #990000;
	clear: both;
	text-decoration: none;
}
.boxtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.tbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin: 5px;
	padding: 5px;
	border: none;
	float: none;
}
.fprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

