body,
input,
select,
button,
textarea {
	font-family: 'Lucida Sans', Verdana, Arial, Helvetica, Lucida, sans-serif;
}
body {
	font-size: .8em;
}
h1 {
	line-height: 42px;
	height: 42px;
	width: 255px;
	font-size: 36px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: 'Gill Sans MT Light', 'Lucida Sans', Verdana, Arial, Helvetica, Lucida, sans-serif;
	font-weight: normal;
}
h2 {
	font-weight: normal;
	letter-spacing: 4px;
	font-size: 1.4em;
	text-transform: uppercase;
	line-height: 21px;
	height: 21px;
	margin-bottom: 10px;
	font-family: 'Gill Sans MT', Arial, Verdana, Arial, Helvetica, Lucida, sans-serif;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.8em;
}
textarea {
	font-size: 1em;
}
p,
li,
label,
h2,
td,
th {
	line-height: 21px;
}

/* Colors, Borders & Images
====================================*/
body {
	color: #818181;
}
a {
	color: #818181;
}
h1 {
	color: #3c3c3c;
}
h1 a {
	color: #3c3c3c;
}
h2 {
	color: #000000;
}
h2 a {
	color: #000000;
}
.page_message,
.page_message a {
	color: #6DC462;
}
.page_alert,
.page_alert a {
	color: #E25F53;
}
.page_error a {
	color: #fff;
}
a:link {
	color: #818181;
}
a:hover {
	color: #818181;
}
a:visited {
	color: #818181;
}
a:active {
	color: #818181;
}
.quote_text {
	color: #3c3c3c;
}