@charset "UTF-8";
/* CSS Document */


table.did {
	font : 14px/24px Arial, Helvetica, sans-serif;
	border-collapse : collapse;
	width : 880px;
	color : #424242;
}

table.did th {
	padding : 0 0.5em;
	text-align : left;
}

table.did tr.grey td {
	border-bottom : 1px solid #cccccc;
	background : #efefef;
}

table.did td {
	border-bottom : 1px solid #ccc;
	padding : 0 0.5em;
	vertical-align: middle;
}

	
table.did tr.last td {
	border-top : 1px solid #fb7a31;
	border-bottom : none;
}
	table.did tr.lastgrey td {
	border-bottom : none;
	background : #efefef;
}

table.did H5{
		font-size: 18px;
		color: #25376f;
		font-family: 'Gill Sans', sans-serif, Arial, Helvetica, sans-serif;
		font-weight: normal;
	}
