@CHARSET "UTF-8";

* {
	margin:0;
	padding:0;
}

.search_form, .buttons {
	display:none;
}
#box_logo, #box_header, #banner_bottom, #toolbar, #sidenav, #footer, .nvp, .top, .box_topnavi, #box_breadcrumbs, #section_footer {
	display: none !important;
}

html, body {
	font-size: 12pt;
  font-family: Garamond, Palatino, "Times New Roman", Times, serif;
  line-height: 1.5em;
	color: #000;
}

.center {
	text-align: center;
}

.half {
  width: 50%;
}

.left {
  float: left;
  text-align: left;
}

.quarter {
  width: 25%;
}

.right {
  float: right;
  text-align: right;
}

.row {
	clear:both;
	margin-bottom: 5px;
}

fieldset {
  border: 0;
}

.info, .infoBox.ui-tabs-nav {
	display:none;
}

h2, h3, h4 {
  font-weight: bold;
  padding: 0;
  page-break-after: avoid !important;
  color: #000;
}

h2 {
	font-size: 1.3em;
  margin: 15px 0 15px 0;
}

h3, h3.headerline {
  font-size: 1.15em;
  margin: 15px 0 5px;
}

h3.headerline {
	border-bottom: 1px solid #0F2D69;
	padding: .3em 0;
	margin: 0;
  width: auto;
}

h4 {
  font-size: 1em;
	margin: 5px 0 0 0;
}

img {
  border: 0;
}

p.data {
	display:block;
  padding-left: 10px; 
}

table {
	border: 1px solid #000;
	width: 99%;
	border-collapse: collapse;
	margin-left: 2px;
	line-height: 1em;
	clear: both;
}

table th {
	border:1px solid #000;
	text-align:left;
	padding:.5em;
	width:50%;
}

table td {
	border:1px solid #000;
	text-align:left;
	padding:.5em;
	width:50%;
}
