body {
	font-family: sans-serif;
	margin: 0px;
}

.banner {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
	background-color: #dddddd;
}

.giant {
	font-family: sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 40px;
	text-align: center;
}

.layoutTable {
	background-color: #ffffff;
}

.error_message {
	font-family: sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 14px;
}

.error_detail {
	font-family: sans-serif;
	color: #999999;
	font-size: 10px;
}

.controlLabelText {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
}

.bodyText {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.bannerTitle {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #999999;
}

.grayBorder {
	border: 1px solid #dddddd;
	margin: 0px;
}