.eeaTableChart { font-size:11px; }

.eeaTableChart h3 
{ 
    font-weight: bold; 
    margin: 5px 5px 2px 5px; 
    font-size:12px;
}
.eeaTableChart h4 { 
    font-style: italic;
	text-align: justify;
	border-top-style: solid;
	border-top-color:#999999;
	border-top-width: 1px;
	padding: 5px; 
    margin:0;
    font-size:11px;
}

.eeaTableChart table { 
    border-spacing: 1px;
    background-color:#CCC;    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width:100%;
}

.eeaTableChart th 
{ 
    background-color:#F0F0F0; 
    padding: 3px;
}
.eeaTableChart th div 
{ 
    width:100%;
    text-overflow: ellipsis;
    white-space:nowrap; 
    overflow:hidden;
}

.eeaTableChart td { padding:3px; background-color:white; }
