/***** MAIN ELEMENTS *****/
p.li {
	margin: 15px 0;
	text-align: left;
	line-height: 16pt;
    text-indent: 20px;
    }
ol, ul, li {
	margin: 0 0 0 25px;
	line-height: 14pt;
	text-indent: 0;
	}
.clearfix:after { /* float hack used to float content correctly */
	content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
	visibility: hidden;
	}
.noindent {
	text-indent: 0;
	margin: 0 0 0;
	}
.salutation {
	text-indent: 0;
	margin: 0;
	}
ul.check {
	font-family : Arial, Helvetica, Verdana;
	font-size : 12pt;
	margin: 0 0 0 10px;
	text-indent: 0;
	}
ul.check li {
	list-style-image: url(images/checkmarkred.gif);
	line-height: 14pt;
	}
ul li {
	list-style-image: url(images/yellow.gif);
	line-height: 14pt;
	padding-left: 5px;
	}
li.short {
	margin: 0 0 0 20px;
	line-height: 14pt;
	text-indent: 0;
	}
u { color: #e8891c; font-weight: 700; text-decoration: none; }
td.line { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid gray; }
.blue { color: #366cd4; font-size: 14px; font-weight: 500; margin-top: 0; margin-bottom: 15px; }
