/* CSS Document */

a:link, a:active, a:visited {			text-decoration: none;
			color: #00A49E; }		
a:hover{	text-decoration: underline; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 15px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 20px;
	line-height: 20px;
	color: #00a49e;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}

h2 {
	font-size: 16px;
	line-height: 16px;
	color: #00a49e;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-decoration: underline;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00A49E;
	font-weight: normal;
	line-height: 18px;
	background-color: #ECE9D8;
	display: block;
	padding: 10px;
}
.quote_name {
	background-color: #ECE9D8;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
