/* public styles */
body {
	padding: 0px;
	margin: 0px;
	background: #efefef;
	color: #333333;
    font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 12px;
}
input, select {
	font-size: 11px;
	font-family: "Trebuchet MS",Arial,sans-serif;
}
a { color:#0066CC; text-decoration: none; }
a:hover { color:#0066CC; text-decoration: underline; }
td { vertical-align: top; }
div#container {
	width:800px !important;
	margin: 0 auto; 
	text-align:left;
}
.absmiddle { vertical-align:middle; }
div#header {
	background: #BFDDED;	
	text-align:center;
}
div#body {
	background: url(images/body_bg.gif) repeat-x #ffffff;
}
.left { 
	width: 207px;
	font-size: 11px;
}
.left a { color:#006699; text-decoration: none; }
.left a:hover { color: #333333; text-decoration: underline; }
.right {
	width: 593px;
}
.headline { background:url(images/headlinebg.gif) repeat-x; 
	color: #ffffff; height: 22px; padding-left: 10px; padding-top: 3px; 
	font-size: 14px; font-weight: bold;
}
.headlineblue {
	margin: 3px 0; font-weight: bold; font-size: 17px; COLOR: #0A50A1
}
.headlinegreen {
	margin: 3px 0; font-weight: bold; font-size: 17px; COLOR: #669933
}
.recgrid { border-bottom: 1px #eeeeee solid; }
.errmsg { color:#FF0000; }
div#footer {
	background: url(images/footer_bg.gif) repeat-x #0078BF;
	height: 21px;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	padding-top: 3px;
}
.bfooter { color: #999999; font-size:11px; font-family:Arial, Helvetica, sans-serif; }
.bfooter a { color: #999999; text-decoration: none; }
.bfooter a:hover { color: #666666; text-decoration: underline; }