table.data, table.data td, table.data tr {
	margin: 0px;
}

table.data td {
	padding: 5px;
}

table.data {
	border: 1px solid black;
}

table.data tr.subheading td {
	background-color: #F3C263;
	padding: 0px 3px 0px 3px;
	height: 10px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;
	font-weight: bold;
}

table.data tr.subheading td.RowHeader {
	width: 175px;
	border-right: 2px solid black;
	border-bottom: 1px solid black;
	text-align: right;
}

table.data tr td.RowHeader {
	width: 175px;
	border-right: 2px solid black;
	background-color: #717171; 
	border-bottom: 1px solid black;
	color: white;
	text-align: right;
	font-weight: bold;
}

table.data tr td.RowHeader a {
	color: white;
	text-decoration: underline;
}

table.data tr td.RowHeader a:hover {
	color: white;
	text-decoration: none;
}

table.data tr.total td {
	background-color: #717171; 
	padding: 0px 3px 0px 3px;
	color: white;
	font-weight: bold;
	border-top: 1px solid black;
}

table.data tr.total td.RowHeader {
	border-top: none;
	border-bottom: none;
	padding: 0px 3px 0px 3px;
	font-weight: bold;
}

table.data th {
	background-color: #AF90C2;
	padding: 10px;
	color: #001A4A;
	font-size: 12px;
	border-bottom: 1px solid black;
	text-align: left;
}

td.fieldLabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

span.fieldLabel {
	font-weight: bold;
}

caption {
	display: none;
}

tr.Even {
	background-color: #E5E5E5;
}

span.required {
	color: red;
	font-weight: bold;
}
