@charset "utf-8";
/* CSS Document */

.white {
	color:#eeede8;
}
.green {
	color:#00653a;
}
.orange {
	color:#f89828;
}
.grey {
	color:#6d6e70;
}
.Times {
	font-family:"Times New Roman", Times, serif;
}
.Arial {
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
}
.size10 {
	font-size:10pt;
	line-height:150%;
}
.size14 {
	font-size:14pt;
	line-height:150%;
}
.size18 {
	font-size:18pt;
	line-height:150%;
}
.bold {
	font-weight:bold;
}
li {
	margin-left:15px;	
}