@charset "UTF-8";
.table3ColumnGrid {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 100%;
}
.table3ColumnGrid   th {
	background-color: #007CC7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
.td3ColumnGridLeft {
	width: 33%;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	font-size: 10px;
	padding-top: 15px;
	vertical-align: bottom;
}
.td3ColumnGridCentre {
	font-size: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	text-align: center;
	width: 34%;
	padding-top: 15px;
	vertical-align: bottom;
}
.td3ColumnGridRight {
	width: 33%;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	font-size: 10px;
	padding-top: 15px;
	vertical-align: bottom;
}
