#container {
	width:100%;
}
#header {
	background-image:url(/img/logo_print.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-color:#fff;
	width:100%;
	height:140px;
}
#header_sub {
	background-image:url(/img/logo_sub_print.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#fff;
	width:100%;
	height:50px;
}
#header, #header_sub, #maincontent {
	margin-left:10px;
	margin-right:10px;
}

#header h1, #header_sub h1 {
	text-indent:-999em;
	margin:0px; padding:0px;
	display:inline;
	line-height:140px;
	font-size:22px;
	color:#FFFFFF;
}
#header_sub a {
	display:block;
	width:100%;
	height:50px;
}
#header_sub h1 {
	font-size:19px;
	line-height:50px;
}
#maincontentholder {
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
}
#maincontent h1 {
	font-size:19px;
	font-weight:bold;
}
#maincontent h2 {
	font-size:17px;
}
#maincontent a, #maincontent a:visited, #maincontent a:link {
	text-decoration:underline;
}
body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.nodisplay {
	display:inherit;
}
.loz {
	clear:both;
}
a, a:link, a:visited, a:hover {
	color:#000;
	text-decoration:underline;
}
a:link:after, a:visited:after {
	content: " [" attr(href) "] ";
}
.val_pair {
	float:none;
	clear:left;
}
.inputifest {
	border:1px solid #333;
	font-size: 12px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff;
}
fieldset.val_pair {
	border:none;
	margin:0px; padding:0px;
}
.val_pair .key, .val_pair .value {
	float:left;
	width:50%;
}
.val_pair .key {
	text-align:right;
	font-weight:bold;
}
.val_pair .value {
	padding-left:10px;
	padding-bottom:10px;
}
.val_pair_width30 .key {
	width:30%;
}
.val_pair_width30 .value {
	width:60%;
}
.printoverridefooter {
	display:inline !important;
	height:auto !important;
	overflow:visible !important;
	margin:0px 5px 0px 0px !important;
}