/* colors
dk red = #9b042f
lt red = #c00d5f

  */
body {
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: .9em;
}

h1 {
	font-size: 1.5em;
	color: #008588;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	line-height: 20px;

}

h2 {
	font-size: 1.2em;
	color: #00afad;
	border-bottom: 1px dotted #00afad;
	font-weight: normal;
	padding-bottom: 5px;
}

h3 {
	font-size: 1em;
	color: #00afad;
	border: none;
	font-weight: normal;
	text-transform:uppercase;
	margin:0px 0px 5px 0px;
}

p {
	margin: 0px 0px 15px 0px;
	font-size: 1em;
	color: #000000;
	line-height: 1.3em;
}
