body {
	font-family: Tahoma, Helvetica, sans-serif;
	background-color: white;
}

html, body, * {
	font-size: 90%;
	line-height: 1.8em;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: black;
	margin-bottom: 1em;
	margin-top: 0.5em;
	line-height: 1.5em;
}
h2 {
	font-size: 18px;
	color: black;
	clear: both;
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0;
	color: black;
}
p {
	margin-bottom: 1em;
}
a {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: black;
}
a:hover {
	text-decoration: underline;
}
a:link:after, a:visited:after {content:" ";font-size:90%;}

table {
	border-collapse: collapse;
}
th,
thead th {
	background-color: #BDA680;
}
td {
	vertical-align: top;
}
td.numeric {
	text-align: right;
}

#supersize,
#nav,
#stripes,
#loading {
	display: none;
}

#header div.span-6 {
	display: none;
}

#title div.span-16 * {
	text-align: center;
	color: black;
}

div.inset {
	color: black;
}

div.testimonial {
	color: black;
}
.contact {
	display: none;
}
