@charset "utf-8";
/* CSS Document */

	.flat-table {
		border-collapse:separate;
		border_spacing:5px;
		font-family: 'Lato', Calibri, Arial, sans-serif;
		border-style:none;                
		width-max:725px;
		margin-bottom:5px;
		margin-top:5px;	
		
	}
	.flat-table th {
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	padding: 0px;
	color: rgba(0,0,0,0.45);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-size: 1.25em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;

	
	}
	.flat-table td {
	color: #000066;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 1.2em;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;

	}
	.flat-table tr {
		-webkit-transition: background 0.3s, box-shadow 0.3s;
		-moz-transition: background 0.3s, box-shadow 0.3s;
		transition: background 0.3s, box-shadow 0.3s;
	
	}
	.flat-table-1 {
	background:#003366;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;
	margin-bottom: 5px;
	margin-top: -30px;
	padding: 0px;
	max-width:725px;
		
	}
	.flat-table-1 tr td:hover  {
	background:#2D70EC;
		
	
	
	}

	.style1 {
	color: #FFFFFF;
	font-weight: bold;
	}
	.style2 {
	font-size: 0.8em;
	color:#000000;
	font-weight:500;
	

	
	
