*{
	margin: 0;
	padding: 0;
}

body{
	color: #333;
	background-color: #fff;
}

.caption{
	color: #fff;
	background-color: #556;
	font-size: 12px;
	border-top: 1px solid #778;
	border-right: 1px solid #445;
	border-bottom: 1px solid #445;
	border-left: 1px solid #778;
	padding: 3px 3px;
	text-align: left;
}

#rate caption{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#rate #rate_title{
	color: #fff;
	background-color: #c66;
	font-size: 12px;
	border-top: 1px solid #d77;
	border-right: 1px solid #b55;
	border-bottom: 1px solid #b55;
	border-left: 1px solid #d77;
	padding: 3px 3px;
	margin-bottom: 10px;
}

#rate #rate_date{
	font-size:12px;
}

#news{
	margin-bottom: 10px;
}

#news table{
	width: 100%;
}

#news td{
	font-size: 12px;
	background-color: #f0f0f0;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #fff;
	padding: 3px 3px;
}

#fxlink table{
	width: 100%;
}

#fxlink td{
	font-size: 12px;
	background-color: #f0f0f0;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #fff;
	padding: 3px 3px;
}

#virtualfx table{
	width: 100%;
}

#virtualfx td{
	font-size: 12px;
	background-color: #f0f0f0;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #fff;
	padding: 3px 3px;
}

#rate .rate_data table{
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
}

#rate .rate_data th{
	font-size: 12px;
	text-align: center;
	background-color: #ddd;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
	padding: 3px 3px;
}

#rate .rate_data td{
	font-size: 12px;
	text-align: center;
	background-color: #f0f0f0;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #fff;
	padding: 3px 3px;
}

#rate .rate_data .cp{
	width: 70px;
}

#rate .rate_data .cpjp{
	width: 200px;
	text-align: left;
}

#rate .rate_data .price{
	width: 70px;
}

#header {
	padding: 10px;
	background-color: #2b3247;
	color: #fff;
	font-size: 24px;
}

#header #header_title{
	padding: 5px;
	color: #fff;
	font-size: 24px;
}

#header #header_title a{
	color: #fff;
	text-decoration: none;
}

#header #header_description{
	padding: 5px;
	color: #fff;
	font-size: 12px;
}

#footer {
	padding: 10px;
	background-color: #2b3247;
	color: #fff;
	text-align: center;
	font-size: 12px;
	clear: both;
}

#body{
	clear: left;
	padding:10px;
	width: 950;
}

#body #div_left{
	float: left;
	width: 160px;
	margin-right: 10px;
}

#body #div_left_free{
	float: left;
	width: 638px;
	margin-right: 10px;
}

#body #div_middle{
	float: left;
	width: 500px;
	margin-right: 10px;
}

#body #div_right {
	float: left;
	width: 240px;
	padding-left: 10px;
	border-left: solid 1px #ccc;
}

#google_search{
	margin-bottom: 10px;
}

#amazon_160x600{
	margin-bottom: 10px;
}

div#header_tab{
	clear: left;
	height: 42px;
	background-color: #aac;
}

ul#header_tab_list li{
	list-style-type: none;
	float: left;
	margin: 8px 0 8px 8px;
	border: 1px #333 solid;
	background-color: #eef;
	height: 26px;
	vertical-align: middle;
}

ul#header_tab_list li a{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}

