#lead {
	line-height: 170%;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: small;
}

#lead h3{
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
	margin-right: 20px;
}


#lead h4{
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-top: 20px;
}

#lead a:link, a:hover{
	color: #0000FF;
	text-decoration: underline;
}


.right {
	float: right;
	margin-right: 10px;
}
.list1 {
	margin-left: 40px;
}
.green {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #99CC00;
	font-weight: bold;
	padding-left: 5px;
}
.gray {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
	font-weight: bold;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.red {
	color: #FF0000;
}
