/* CSS Document */


.section{
	width: 960px;
	clear: both;
	margin: 0 auto ;	
	}
	
.section h2{
	border-bottom: 4px solid #E58100;
	margin-bottom: 27px;
}

table{
	border-collapse: collapse;
    margin: 0 0 30px 0;
    padding: 0;
	width: 100%;
	font-size: 13px;	
	}
	
table tr th {
    font-weight: normal;
    padding: 5px;
	text-align: center;
	background-color: #E7E7E7;
}

table tr td,
table tr th{
    border: 1px solid #C8C8C8;
	vertical-align: top;
	padding: 10px;
	}
	
