body {
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff none;
	font-size:12px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 auto 15px;
	font-weight:bold;
	line-height:normal;
}
h1 {
  font-size: 20px;
	color:#930084;
}
h2 {
	color:#98BF00;
  font-size: 18px;
}
h3 {
	color:#707070;
	font-size:14px;
}

h4, h5, h6 {
  font-size:14px;
	color:#000;
}
p {
  margin:0 0 1em;
}

a {
  text-decoration: none;
  font-weight: bold;
}

#sidebar-right, #footer, .tabs, .links {
	display:none;
}

fieldset, .fieldgroup, .field-group {
	border:1px solid #D9EAF5;
	margin:1em 0;
	padding:0.2em 1em 1.2em;
	display:block;
}

fieldset legend a, .fieldgroup h2, .field-group > .field-label, .field-group > legend {
	color:#930084;
	font-size:14px;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
}

fieldset.newpage, .fieldgroup.newpage {
  page-break-before: always;
}


div.item-empty {
	color: #98BF00;
}

.description {
	color: #898989;
	font-size: 0.92em;
	line-height: 150%;
	margin-bottom: 0.75em;
}

.field .field-label, .field .field-label-inline, .field .field-label-inline-first {
	font-weight: bold;
}
label, .field-label {
	clear: both;
	display: block;
	padding: 5px 0;
}