body, h1, h2, h3, h4, h5, h6, p, input, select, textarea, button {
	line-height: 1.4em;
	font-family: arial, lucida, sans-serif;
}

p {
	text-align: justify;
}

p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	color: #000;
}

p, table, ul {
	margin: 0 0 .8em 0;
	border-style: none;
}

td {
	vertical-align: top;
}

body{
	font-size: 8pt;
	color: #777;
}

p, input, select, textarea {
	font-size: 8pt;
}

textarea {
	margin: 0;
}

h1 {
	display: none;
	visibility: hidden;
}

h2 {
	font-size: 20px;
	line-height: 26px;
	
	margin: 3px 0 7px 0;

	color: #25A;
}

h3 {
	font-weight: bold;
	font-size: 9pt;
	margin: 0 0 .8em 0;
}

h4 {
	
	font-weight: bold;
	font-size: 9pt;
	margin: 0;
}

ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

ul.disc {
	list-style: disc outside;
}

ul.disc li {
	margin-left: 1.5em;
}

form {
	display: inline;
	margin: 0;
	padding: 0;
}

input, textarea, button {
	border: 1px solid #AAA;
}

textarea {
	overflow: auto;
}

.black {
	color: #000;
}
