body {
	background-color			: #ffffff;
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 12px;
	color						: #000000;
}

a {color:#993300}

#mainContainer {
	border						: 1px solid #993300;
	background-color			: #f4e8ce;
}

.groupBox {
	border-right				: 1px solid #000000;
	border-left					: 1px solid #000000;	
	padding						: 5px;
}

.groupBox, #subMenu {
	font-size					: 11px;
	font-weight					: bold;
}

#footer {
	font-size					: 11px;
}

.header {
	font-size					: 14px;
	font-weight					: bold;
}

.caption {
	font-size					: 11px;
}

.mandatory {
	color						: #993300;
	font-weight					: bold;
}

.borderBlack {
	border						: 1px solid #000000;
}

.borderDarkGreen {
	border						: 1px solid #BDAE73;
}

.redText {
	color						: #993300;
}

.whiteText {
	color						: #FFFFFF;
}

.smallBoldText {
	font-size					: 11px;
	font-weight					: bold;
}