@charset "utf-8";
/* CSS Document */

body
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

th
{
	text-align: center;
	background-color: #39B5DD;
	height: 20px;
	padding:5px 0;
	
	
	
}
th span
{
	font-size: 10px;
}
.title_bg
{
	background-color: #C7C9C9;
	text-align:center;
	font-size: 10px;
	height: 20px;
}
.gain_loss
{
	background-color: #39B5DD;
	text-align: center;
	height: 20px;
	font-size: 10px;
}
.data
{
	font-size: 10px;
	text-align: center;
	height: 24px;
	background-color: #e8e8e8;
}
.outer_title_bg
{
	background-color: #CCCECE;
	text-align:center;
	font-size: 12px;
	height: 22px;
}
