body, h1, h2, h3, h4, h5, h6, input, select, textarea, button {
	line-height: 1.2em;
	font-family: arial, lucida, sans-serif;
}

p {
	text-align: justify;
	line-height: 1.5em;
}

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 {
	margin: 0 0 .8em 0;
	border-style: none;
}

td {
	vertical-align: top;
}

body{
	/* 12pt * 0.6667 = 8pt */
	font-size: 66.67%;
	/*color: #888;*/
	color: #282828;
}

p, input, select, textarea {
	font-size: 1.0em;
}

textarea {
	margin: 0;
}

h1 {
	display: none;
	visibility: hidden;
}

h2 {
	font-weight: bold;
	/* 8pt * 1.125 = 9pt */
	font-size: 1.125em;
	margin: 0 0 .8em 0;
}

h3 {
	
	font-weight: bold;
	/* 8pt * 1.125 = 9pt */
	font-size: 1.125em;
	margin: 0 0 .8em 0;
}

h4 {
	
	font-weight: bold;
	/* 8pt * 1.125 = 9pt */
	font-size: 1.125em;
	margin: 0;
}

ul {
	list-style: none;
	padding-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;
}

#slogan {
	font-weight: bold;
	font-size: 1.7em;
}

#slogan2 {
	font-weight: bold;
	font-size: 1.125em;
}