table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #111;
	
	padding:4px; 
}

.innerText{
	margin-top: 4px;margin-left: 4px;margin-bottom:4px;
}
caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 8px;
}

thead tr td b{
   font-size: 130% !important;	
}

thead th {
	
	padding-top: 8px;
	text-align: center;
	background: #E6FDF5;
	
	font-size: 115% !important;
	font-weight: bold !important;	
}

thead tr td{
	background: #f5f5fe;	
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #518AFF;
	text-decoration: none;
	font-weight: bold;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 110%;
}

table b {
	font-size: 115%;
	font-weight: bold;
	color: black;
	padding-bottom: 6px;!important;
}
