body {
	font-family: "Arial","Verdana","Helvetica",sans-serif; 
	font-size: 8pt;
	margin: 0px;}
	
a {
	font-size: 9pt;
	color: #2E3192;
	text-decoration: none;
	font-weight: bold;}
a:hover {
	text-decoration: underline;}
	
.spotx3 {
	position: relative;
	float: left;
	width: 193px;
	height: 216px;
	border: 1px solid #808080;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;}
.spotx3 .title {
	font-weight: bold; 
	font-size: 9pt; 
	color: #2E3192;}
.spotx3 .price {
	width: 80px; 
	text-align: center; 
	color: white; 
	font-size: 13pt; 
	font-weight: bold; 
	position: absolute; 
	right: -1px; 
	bottom: 0px;}
	
.spotx4 {
	position: relative;
	float: left;
	width: 145px;
	height: 190px;
	border: 1px solid #808080;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;}
.spotx4 .title {
	font-weight: bold; 
	font-size: 8pt; 
	color: #2E3192;}
.spotx4 .price {
	width: 70px; 
	text-align: center; 
	color: white; 
	font-size: 10pt; 
	font-weight: bold; 
	position: absolute; 
	right: -1px; 
	bottom: 0px;}
	
.box_sx_dw {
	position: absolute; 
	left: -1px; 
	bottom: -1px;}
.box_dx_dw {
	position: absolute; 
	right: -1px; 
	bottom: -1px;}
.box_sx_up {
	position: absolute; 
	left: -1px; 
	top: -1px;}
.box_dx_up {
	position: absolute; 
	right: -1px; 
	top: -1px;}
	
.destination {
	margin-bottom: 5px; 
	color: #ffcc00; 
	background-color: #2e3192; 
	padding: 2px;
	font-weight: bold; 
	font-size: 10pt;}
	
.box {
	font-size: 9pt;
	margin: 0px 1px 0px 8px;
	border: 1px solid #2E3192;}
.box .title {
	font-size: 10pt;
	font-weight: bold;
	background-color: #3F42A3;
	color: white;
	text-align: center;
	padding: 1px;}
.box .subtitle {
	font-size: 8pt;
	background-color: #3F42A3;
	color: white;
	text-align: center;
	padding: 1px;}
		
.off {
	border-bottom: 1px solid #D8D8D8;}
	
.price {
	float: right;
	color: red;
	font-size: 10pt;
	font-weight: bold;
	clear: both;}
