body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E0E1DC;
	color: #575654;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
h1 {

	font-size: 11px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
h2 {
	font-size: 11px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

p {
	margin: 5px 10px 20px 20px;
	color: #77756E;
}
ul {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 35px;
	list-style-position: outside;
	list-style-type: square;
}
a:link { 
text-decoration: underline; 
color : #EF7743; 
}
a:hover,a:visited { 
text-decoration: underline; 
color : #EE6D36; 
}
a:active {
color: #81844D;
}

.lead {
	font-weight: bold;
	font-size: 12px;
	margin-top: 23px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 140%;
}


.white {
	background-color: #F9F9F8;
}
