table.table01 {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #333;
	margin:12px 0;
	width:100%;
}

table.table01 caption, .header {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	background: #50ADEA no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

table.table01 td, th {
	padding: 4px;
}

table.table01 th{
	background: #F5F5F5;
	text-transform:uppercase;
}

table.table01 thead th {
	text-align: center;
	color: #666;
	border: 1px solid #FFF;
}

table.table01 tbody th {
	font-weight: bold;
}

table.table01 tbody tr		{
	background-color:#FFF; 
	text-align:center;
	}
table.table01 tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

table.table01 tbody th a:link, tbody th a:visited{
	color:#96D030;
	background: no-repeat; 
	padding:3px 0px 0px 12px;
	}
table.table01 tbody th a:hover{
	color:#FF8601;
	}

table.table01 tbody tr td { 
	background: #FFF;
	border: 1px solid #FFF;
	}

table.table01 tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

table.table01 table td a:link, table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

table.table01 table td a:hover {
	color: #50ADEA;
	border-bottom:1px solid #8FD5FF;
	text-decoration: none ;
}


table.table01 tfoot th, tfoot td {
	text-align:right;
	background-color: padding:10px;
	font-size:14px; font-weight:bold;
	border-top:3px solid #CCC;
	border-bottom:1px solid #DFDFDF;
	color:#666;
}
table.table01 .numbercell {text-align:right;}
