/* CSS Document */

#NavHeader{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

table{
	border: solid #999999 1px;
	width: 550px;
	border-collapse:collapse; 
	align:center;
	margin-left:60px;
}

td{
	color:#000000;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	padding: 1px;
	text-align:center;
}

tr.odd td {
	background:#f7fbff
}
tr.odd .column1 {
	background:#f4f9fe;
}
column1 {
	background:#f9fcfe;
}

th {
	font-weight:normal;
	color: #000000;
	text-align:left;
	border-bottom: 1px solid #999999;
	border-left:1px solid #999999;
	padding:.3em 1em;
	}							
thead th {
	background:#f4f9fe;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	color:#66a3d3
	}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 14px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:1px 1px .1px 0;
	color:#66a3d3;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	}
