/* CSS Document */

table {
	border-collapse: collapse;
	width: 98%;
    margin-bottom: 20px;
    
	
}

th {
	/*background-color: #00536F;*/
	color: #666;
	font-weight: 400;
	padding: 5px 0 2px 0;
	text-align: left;
	/*border-bottom: 1px solid #3f4954;*/
	line-height: 1.1;
	height: 30px;
    
}

td {
	padding: 2px 2px 10px 2px;
	border-bottom: 1px solid #999;
	
	vertical-align:middle;
	font-size: 0.9em;
	color: #96A3AB;
}
td a{
	text-decoration:none;
	margin:0;
	padding:0;
	color: #02427a;
	font-size: 1.2em;
}




tr.alt td {
	/*background-color: #ecf6fc;*/
}

tr.over td {
	background-color: #3f4954;
}
