.cba_table {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 600px;
	
}
.cba_title {
	color:#001C4E;
	background-color:#ebebeb;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	height:28px;
}
.cba_stats {
	background-color:#001F52;
	color:#FFD92F;
	text-align:left;
	font-weight:bold;
	font-size:11px;
}
.cba_data {
	background-color:#F2F2F2;
	color:#0000;
	text-align:left;
	font-size:10px;
}
.cba_data_alt {
	background-color:#E0E0E0;
	color:#0000;
	text-align:left;
	font-size:10px;
}
div.cba td {
	padding: 3px,4px,2px,4px;
	white-space:nowrap;
}
.whitemenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.whitemenu:link{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bolder;
	color : #FFFFFF;
	text-decoration : none;
}
.whitemenu:visited{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bolder;
	color : #FFFFFF;
	text-decoration : none;
}
.whitemenu:hover{
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bolder;
	color : #FFFFFF;
	text-decoration : underline;
}