/* CSS Document */
#tbl1{
	position: absolute;
	top: 320px;
	left: 353px;
}

#tbl2{
	position: absolute;
	top: 536px;
	left: 351px;
}
table, th{
	border-style: solid;
	border-width: 3px;
	border-color: #000000;
	font-size: 12px;
}
td, tr{
	border-style: solid;
	border-width: 1px;
}

.SF, .Country{
text-align: center;
font-size: 24px;
color: #CC0000;
}

#other{

	font-size: 20px;
	width: 550px;
	position: absolute;
	text-align: justify;
	top: 202px;
	left: 350px;
}
ul{
list-style-type:square;
color:#CC0000;
}

#priceContent {
	display: inline;
	width: 550px;
		position: absolute;
	text-align: justify;
	top: 202px;
	left: 350px;
}

