/* CSS Document */

/* --------------------------------- NEWSLETTER STYLES ---------------------------------- */

.notification h1, .notification h2, .notification h3, .notification h4, .notification h5 {
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

.notification h1 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.notification h2 {
	font-size: 20px;
	font-weight: bold;
	color: #007d68;
}
.notification h3 {
	font-size: 18px;
	font-weight: bold;
}
.notification h4 {
	font-size: 16px;
	font-weight: bold;
	color: #007d68;
}
.notification h5 {
	font-size: 14px;
	font-weight: bold;
}

.notification p {
	padding-bottom: 0;
}

div#content_body .notification ol, div#content_body .notification ul, div#content_body .notification ul li, .notification ol p, .notification ul p {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
div#content_body .notification ol, div#content_body .notification ul {	
	margin-left: 30px; 	
	margin-bottom: 20px; 
}