body {
	font-family: sans-serif;
	background-color: #444466;
	margin: 0px;
}

.banner {
	background-color: #555588;
}

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

.layoutTable {
	background-color: #444466;
}

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

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

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

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

.header {
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffff00;
}

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

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