
/* = print
-------------------------------------------------- */
* {
	font-size: 11pt;
	font-family: arial, sans-serif;
	line-height: 1.3;
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	color: #000;
	background: #fff;
}

h1 {
	font-size: 2.45em;
	margin-bottom: .5em;
}

h2 {
	font-size: 1.5em;
	margin-bottom: .5em;
}

h3,
legend {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: .5em;
}

p {
	margin-bottom: 1em;
}

a {
	color: #000;
}

ul {
	margin: 0 0 1em 1em;
}

/* = page break
-------------------------------------------------- */
h1,
h2 {
	page-break-after: avoid;
}

/* = hide
-------------------------------------------------- */
#skip,
#nav,
h2,
form fieldset button,
.button {
	display: none;
}

/* = form
-------------------------------------------------- */
form fieldset input {
	width: 90%;
	border-bottom: 1px solid #000;
}

form fieldset textarea {
	width: 90%;
	border: 1px solid #000;
}

form fieldset input.checkbox {
	width: auto;
	border: 0;
}

/* = foot
-------------------------------------------------- */
#foot {
	list-style: none;
	margin: 2em 0 0;
}

#foot li {
	float: left;
	margin-right: 2em;
}

