@charset "utf-8";
/* CSS Document */

table img { border:0; margin:.5em; }
table {
    margin:1em 0 1em 1px; padding:0;
    border:1px solid #666;
    border-spacing:0;
    border-collapse:collapse;
	margin-left:20px;
}
caption {
    color: #333;
    font-size:12px;
	font-weight:600;
    letter-spacing:.1em;
    margin:1em 0 0 0;
	padding:0 0 5px 5px;
    caption-side:top;
    text-align:left;
}
tr.odd td    {
    background:#f7fbff
}
tr.odd .column1    {
	background:#f4f9fe;
}
.column1    {
    background:#f9fcfe;
	font-size:12px;

}
td {
    color:#678197;
    border-bottom:1px solid #666;
    border-left:1px solid #666;
    padding:.3em 1em;
	font-size:12px;
}

th {
    font-weight:normal;
    color: #678197;
    text-align:left;
    border-bottom: 1px solid #666;
    border-left:1px solid #666;
    padding:.3em 1em;
}


thead th {
background:#f4f9fe;
text-align:center;
font:bold 12px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
color:#66a3d3
}    


tfoot th {
    text-align:center;
    background:#f4f9fe;
}    


tfoot th strong {
    font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
    margin:.5em .5em .5em 0;
    color:#66a3d3;
}        
tfoot th em {
    color:#f03b58;
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
}
