

.table{
	background: white;
}

.t-header{
	font-family: Arial;
	font-size: 11px;
	color: #0F7CC8;
	font-weight: bold;
}
.t-body{
	font-family: Arial;
	font-size: 10px;
	color: black;
	background: #E0E0E0;
}
.t-latest{
        font-family: Arial;
        font-size: 10px;
        color: black;
        background: #CBCBCB;
}
.text{
	font-family: Arial;
	font-size: 12px;
	color: black;
}
.text-red{
	font-family: Arial;
	font-size: 12px;
	color: #ff0000;
}
.text-b{
	font-family: Arial;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}
.tr-chart-header{	
	background: white;	
	font-family: Arial;	
	font-size: 16;	
	color: black;	
	font-weight: bold;
}
.copyright{	
	font-family: Arial;	
	font-size: 9;	
	color: Gray;
}
.copyright-red{	
	font-family: Arial;	
	font-size: 9;	
	color: Red;
}
.toolbar{
	font-family: Arial;	
	font-size: 11;	
	color: black;
}
.toolbar-header{
	font-family: Arial;	
	font-size: 10;	
	color: black;
	font-weight: bold;
}
.toolbar-header-red{
	font-family: Arial;	
	font-size: 10;	
	color: red;
	font-weight: bold;
}
.t-pop-header{
	font-family: Arial;
	font-size: 11px;
	color: Black;
	font-weight: bold;
}
.t-pop-body A{
	font-family: Arial;
	font-size: 11px;
	color: #0F7CC8;
	background: white;
	font-weight: bold;
}
.t-pop-body A:Hover{
	font-family: Arial;
	font-size: 11px;
	color: black;
	background: white;
	font-weight: bold;
}