*
{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: inherit;
	color: inherit;
	border-spacing: 0;
	line-height: 1.4;
}

html, body {
	height: 100%;
}

body {
	background: #fff;
	position: relative;
}

.red {
	color: #c00;
}

div#page {
	position: relative;
}

div {
	font-size: 16px;
	color: #000;
}

div.clear {
	clear: both;
}

p, ul {
	margin-bottom: .2em;
}

a {
	color: dodgerblue;
	border-bottom: 1px solid dodgerblue;
	text-decoration: none;
}

.noborder {
	border: 0px;
}

a.dash, span.dash {
	color: dodgerblue;
	border-bottom: 1px dashed dodgerblue;
	cursor: pointer;
}
a.input {
	color: #000;
	border: none;
}

img {
	border: none;
}

h1 span.dash {
	font-size: 16px;
	margin-left: .5em;
	font-family: 'Ubuntu Condensed', sans-serif;
}

table {
	width: 100%;
}

.h100 {
	height: 100%;
}

h1, h2, h3 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: .5em;
	margin-left: -0.06em;
	margin-top: 1em;
}

h2 {
	font-size: 24px;
}

h1:first-child {
	margin-top: 0px;
}

div#welcome {
	margin: 60px auto;
	width: 400px;
}

input[type=button], input[type=submit] {
	padding: 5px 20px;
	cursor: pointer;
}

div.req {
	margin: 0px auto;
	width: 900px;
}

ul {
	margin-left: 2em;
	list-style: disc;
}

