#info {
	display: none;
}

body, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

h1, h2, h3 {
	margin: 0;
}

h3 {
	font-weight: normal;
}

span.info {
	font-style: italic;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

a {
	color: black;
	text-decoration: none;
}	

div.block {
	margin-top: 1em;
	overflow: hidden;
	border-bottom: 1px solid black;
/*	padding-bottom: 0.5em;*/
	margin-bottom: 2em;
}

div.lead {
	font-style: italic;
}

div.title {
	margin-bottom: 1em;
}

div.section {
	border-bottom: 1px solid black;
	padding-bottom: 0.5em;
	margin-bottom: 2em;
}

div.section div.block {
	border: none;
	padding: 0;
	margin: 0;
	margin-top: 1em;
}

div.section p {
	margin: 0;
}

#header h1 {
	font-size: 16px;
	margin-bottom: 1em;
}

#header h1 span {
	font-weight: normal;
}

#content {
	width: 65%;
	float: left;
}

#content div.images {
	float: left;
	margin-right: 1em;
	width: 144px;
}

#content div.images img {
	margin-bottom: 0.5em;
}

#content div.image {
	display: none;
}

#content div.block div.image {
	display: inline;
}

#content table.form {
	border-collapse: collapse;
}

#content table.form th, #content table.form td {
	width: 50%;
}

#content table.form th {
	text-align: right;
	padding-right: 1em;
	font-weight: normal;
}

#content table.form input.text {
	width: 100%;
	border: none;
	border-bottom: 1px solid black;
}

#content table.form tr.gap td, #content table.form tr.gap th {
	padding-top: 2em;
}

#service {
	width: 30%;
	float: right;
	margin-top: 1em;
}

#copyright span.links {
	display: none;
}

#copyright {
	clear: both;
}
