@charset "UTF-8";
#container #maincontent #text {
	height: 340px;
	width: 358px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8DC640;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}
#container #maincontent #spacer {
	height: 60px;
	width: 600px;
	float: left;
}
#container #maincontent #appbuttons {
	width: 340px;
	float: left;
	padding-top: 0px;
	margin-left: 15px;
}
#container #maincontent {
	background-color:#FFFFFF;
	overflow: hidden;
}
#container #maincontent #text #item {
	height: 15px;
	width: 352px;
	float: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #8DC640;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#container #maincontent #1column #text #item form {
	width: 150px;
	float: left;
}
#container #maincontent #text #item a {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
#container #maincontent #text #item a:hover {
	font-size: 11px;
	color: #8DC640;
	text-decoration: none;
}
#container #maincontent #text #item .strikethrough {
	text-decoration: line-through;
}
#container #maincontent #text #item .note {
	font-size: 9px;
	text-transform: uppercase;
}
