body {
font-family: Arial;
}

.wrap {
	width: 255px;
	height: 75px;
}

.top_block {
width: 255px;
height: 27px;
background-color: #f3f0f7;
}

.bottom_block {
position: relative;
top: 1px;
width: 255px;
height: 1px;
background-color: #f3f0f7;
}

.header_text {
position: relative;
top: 5px;
left: 10px;
font-family: Arial;
font-weight: bold;
font-size: 11pt;
color: #16499c;
}

.tbl1 {
	width: 255px;
}

.image {
width: 30px;
text-align: right;
}

.quote {
font-size: 10pt;
font-weight: bold;
color: #7898c9;
width: 60px;
}

.num {
font-size: 9pt;
color: #000;
width: 50px;
}

.green {
font-size: 9pt;
color: #267001;
width: 50px;
}

.red {
font-size: 9pt;
color: #ff0300;
width: 50px;
}

.gray {
font-size: 9pt;
color: #787878;
width: 50px;
}

.gray_a {
position: relative;
left: 9px;
font-size: 9pt;
color: #787878;
}

