@charset "utf-8";
/* CSS Document */

	.flat-table-4 {
		background:none;
		border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
		max-width:725px;
		
	}
	
	.flat-table-4 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-4 td {
	color: #000000;
	padding: 0px;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;
	}
	
	.flat-table-4 th {
	color: #000000;
	padding: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius:6px;
	}
	
	.flat-table-4 tr th:hover {
	background:#2D70EC;
	cursor: pointer;

	}

	a:hover {color:#2D70EC;}
    
.style2 {
    color: #000000; 
    font-weight: normal; 
}