/* TABLE STYLES */	

table a,
table a:link,
table a:visited {
	color:#666;
	text-decoration:underline;
	}

table a:hover {
	text-decoration:none;
	color:#333;
	}	
			
table {
	width:100%;
	border-top:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
	margin:1em auto;
	border-collapse:collapse;
font-size:10px;
	}
	
table img {
	border:0;
	margin-top:.5em;
	}		
	
caption {
	color: #000;
	font-size:10px;
	letter-spacing:.1em;
	padding:0;
	margin:1em 0 0 0;
	margin-bottom:0;
	caption-side:top;
	text-align:center;
	}	
	
tr.odd td,
tr.odd .column1 {
	background:#F7F7F7;
	}	
	
.column1 {
	background:#f9fcfe;
	}
	
td {
	color:#666;
	border-bottom: 1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	padding:5px 5px 15px 5px;
	text-align:center;
	}
					
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #DEDEDE;
	border-left:1px solid #DEDEDE;
	padding:.3em 1em;
	}	
	
thead th {
	background:#F0F0F0;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	color:#333
	}	
				
tfoot th {
	background:#CCC;
	text-align:center;
	border:none;
	}
		
tfoot th strong {
	font:bold font-size:11px;;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
	}
				
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: font-size:10px;;
	font-style: normal;
	}

#columnThin {
  display:none;
}
