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

table.table02 caption, table.table02 .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: #fcfcfc;
	text-transform:uppercase;
	padding:10px;
}

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

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

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

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

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

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

table.table02 tbody tr td { 
	background: #fcfcfc;
	border: 1px solid #fcfcfc;
}

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



table.table02 tfoot th, table.table02 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.table02 .numbercell {text-align:right;}