/* 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.6em;
	color: #356e1a;
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	line-height: 20px;

}

h2 {
	font-size: 1.3em;
	color: #c00d5f;
	border-bottom: 1px dotted #4c9621;
	font-weight: normal;
	padding-bottom: 5px;
}

h3 {
	font-size: 1.1em;
	color: #4c9621;
	border: none;
	font-weight: normal;
	text-transform:uppercase;
	margin:0px 0px 5px 0px;
}

h4 {
	font-size: .9em;
	background-color: #4c9621;
	border: none;
	font-weight: normal;
	text-transform:uppercase;
	margin:3px 0px 3px 0px;
	padding:2px;
	color:#fff;
}

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

a {
	color: #c00d5f;
}
