.table_blue a,
.table_blue a:link,
.table_blue a:visited {
	border:none;
}							
	
.table_blue {
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
	border-collapse:collapse;
	width:100%;
}

.table_blue tr.odd td	{
	background:#ffffcc;/*#f7fbff*/
}

.table_blue tr.odd .column1	{
	background:#f4f9fe;
}	

.table_blue .column1	{
	background:#f9fcfe;
}

.table_blue td {
	/*color:#678197;*/
	font-size:95%;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.2em .5em;
	
}				

.table_blue th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	margin:.3em 1em;
}
							
.table_blue thead th {
	background:#f4f9fe;
	font-size:90%;
	font-weight:bold;
	color:#66a3d3
}	

.table_blue tfoot th {
	text-align:center;
	background:#f4f9fe;
}	

.table_blue tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}
		
.table_blue tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}	
