@charset "UTF-8";
/* CSS Document */

/* defines styling for the left heading of a table */

.headingLeft {
	width: 181px;
	padding: 5px;
	padding-top: 20px;
	vertical-align: bottom;
	font-weight: bold;
	color: #e01c01;
}

/* defines styling for the central headings of a table */

.headingCenter {
	width: 68px;
	text-align: center;
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* defines alignment and padding for the left content of a table */

.contentLeft {
	padding: 5px;
	vertical-align: bottom;
}

/* defines styling for the center content of a table */

.contentCenter {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

/* defines styling and background color for the left content of a table */

.contentLeftC {
	padding: 5px;
	vertical-align: bottom;
	background-color:#FFC;
}

/* defines styling and background color for the center content of a table */

.contentCenterC {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color:#FFC;
}

/* defines margin and width for a table */

.wcuFeatureTable {
	margin-bottom: 25px;
	width: 395px;
}
.contentLeftR {
	padding: 5px;
	vertical-align: bottom;
	background-color:#ffdbd6;
}
.contentCenterR {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color:#ffdbd6;
}
