/* lists */	

.agreelistone, .agreelistone ol, .agreelistone ol ol, .agreelisttwo, .agreelisttwo ol, .agreelisttwo ol ol,  .agreelistthree, .agreelistthree ol, .agreelistthree ol ol, .agreelistfour, .agreelistfour ol {
	padding-left: 20px;
} 

.agreelistone ol, .agreelisttwo ol, .agreelistthree ol, .agreelistthree ol, .agreelistone ol ol, .agreelisttwo ol ol, .agreelistthree ol ol, .agreelistfour ol ol {
	margin-top: 6px;
}

.agreelistone, .agreelistone ol, .agreelistone ol ol {
	list-style: lower-roman;
}	

.agreelisttwo {
	list-style: decimal;
}
.agreelisttwo ol {
	list-style: lower-alpha;
}
.agreelisttwo ol ol {
	list-style: lower-roman;
}

.agreelistthree {
	list-style: lower-alpha;
}
.agreelistthree ol {
	list-style: lower-roman;
}
.agreelistthree ol ol {
	list-style: upper-alpha;
}

.agreelistfour {
	list-style: decimal;
}
.agreelistfour ol {
	list-style: lower-roman;
}

/* end of lists */

.typography p {
	margin: 6px 0;
	line-height: 1.5em;
}

.typography h3 {
	margin-bottom: 0;
}

.typography h4 {
	
}

.typography ol li {
	margin-bottom: 6px;
}

.typography table {
/*	border-color: #FFF;*/
	border-collapse: collapse;	
}

.typography table td {
	padding: 4px 8px;
}