@charset "UTF-8";
body {
	background: #f5f0da;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11pt;
	line-height: 15pt;
}

#container {
	width: 840px;
	background: #f5f0da;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	padding-top: 20px;
}

#container2 {
	width: 840px;
	background: #a0ce68;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	padding-top: 20px;
}

a {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: none;
	line-height: 20pt;
}

.callout {
	font-size: 18pt;
	color: #00a950;
	text-decoration: none;
    line-height: 25pt;
}

.callout2 {
	font-size: 18pt;
	color: #00000;
	text-decoration: none;
}

.green {
	color: #00a950;
}

.item {
	color: #00a950;
	font-weight: bold;
	font-size: 12pt;
}

.item2 {
	color: #000000;
	font-weight: bold;
	font-size: 12pt;
}

.right {
	text-align: right;	
}