@charset "UTF-8";body  {	background: #FFFFFF;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;	font-size: 12px;	font-family: Arial, Helvetica, sans-serif;}.twoColFixLtHdr #container {	width: 955px;	margin: 0;	text-align: left; /* this overrides the text-align: center on the body element. */	background-image: url(file:///TOSHIBA/Maxworks%20Deployable%20Web%20Site%2009/maxworks/theme/images/max-container_bg.gif);} #headerCommonMenu {	height: 25px;	width: 955px;	position: absolute;	top: 140px;	left: 0px;}#headerServicesMenu {	height: 60px;	width: 487px;	position: absolute;	top: 166px;	left: 0px;}#headerBanner {	height: 60px;	width: 468px;	left: 487px;	top: 166px;	position: absolute;}.twoColFixLtHdr #header {	width: 955px;	height: 141px;	left: 0px;	top: 0px;	position: absolute;} P:first-line  {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bolder;	color: #015CCE;}h2 {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bolder;	color: #000000;}h3 {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bolder;	color: #015CCE;}.twoColFixLtHdr #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}

.error {
	color: #ff0000;
	font-weight: bold;
}