body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #434343;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.3em;
	line-height: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #0088A0;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #0088A0;
	text-transform: uppercase;
}

h3 {
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color: #434343;
	margin-bottom: 0;
}

p {
	margin-top: 0;
}

a {
	color: #0088A0;
	text-decoration: underline;
}
a:visited {
	color: #005F72;
}

img {
	border: 0;
}

.intro {
	font-size: 1.2em;
	line-height: 1.4em;
	font-style: italic;
	margin-bottom: 1.5em;
	clear: all;
}

.nounderline {
	text-decoration: none;
}
