@charset "utf-8";
/* CSS Document */

table {
	width:100%;
	border-top:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	margin:1em auto;
		border-collapse:collapse;
	}
caption {
	color: #9ba9b4;
	font-size:.94em;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:0;
		caption-side:top;
		text-align:center;
	}	
tr.odd td	{
	background-color:#f5f5f5;
	}
tr.odd .column1	{
	background:#f4f9fe;
	}	
.column1	{
	background:#f9fcfe;
	}
td {
	color:#000;
	border-bottom:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	padding:.3em 1em;
	text-align:left;
	}				
th {
	font-weight:normal;
	color: #0d4f81;
	text-align:left;
	border-bottom: 1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	padding:.3em 1em;
	}							
thead th {
	background:#0d4f81;
	text-align:left;
	font:bold 1.2em/2em "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#ffffff;
	}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#0d4f81;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
	
td a {
color:#0d4f81;

}

td a:hover {
	color:#000;

}

td a img {
float:left;
border:none;
}

.firstrow {
background-color:#FFFFFF;
border:none;
}