/* CSS Document */

h1 img {
	vertical-align: middle;
	margin-right: 5px;
}
.company {
	width:100%;
	margin: 0px;
}

.SummaryTable {
	width:100%;
	vertical-align: top;
	border-collapse: collapse;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

.SummaryTable th{
	text-align: left;
	border-top: 1px solid #D9D9D9;
}

.SummaryTable td{
	border-top: 1px solid #D9D9D9;	
}

.SummaryTable th div {
	width:100%;
	height:100%;
	border: 1px solid #A3CDFF;
	margin:3px;
	padding:6px 0px 6px 6px;
	background-image:url(../img/shared/blue_bg.gif);
	line-height: 120%;
}

.SummaryTable td div {
	height:100%;
	border-left: 1px solid #A3CDFF;
	margin: 3px 10px;
	padding: 6px 10px;
	line-height: 120%;
}
