@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCFF99;
	margin:0px;
	padding:0px;
	background-color:cedbe0;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:15px;
	vertical-align:top;
	background-color:white;
}

#footer {
	margin-top:10px;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#114477;
	margin-bottom:10px;
	font-weight:bold;
}

H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#114477;
	margin-bottom:3px;
	font-weight:bold;

}

TH {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	text-align:left;
	background-image:url(../images-new/th-bg.gif);
	border:1px solid #999999;
	border-left:0px;
	padding:5px;
}

.label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.error {
	font-weight:bold;
	color:#CC3300;
}

.regCell {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.regCellBorder {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px;
	border:1px solid #999999;
	border-left:0px;
	border-top:0px;
}

.bar {
	position:absolute;
	left:0px;
	top:100px;
	height:22px;
	/*background-color:red;*/
	width:100%;
	text-align:right;
	padding-right:15px;
}

.navLink {
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#e1e1e1;
	font-family:Arial, Helvetica, sans-serif;
}