/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

table {
	text-align:center;
	}
	
table td, table th{
	text-align:center;
	color:#000;
	}

table td.tbhead{
	color:#fff;
	background-color:#1A8FBF;
	font-weight:bold;
	}

