.clear {
	clear: both;
}
p.dotlist {
	padding-left: 1em;
	text-indent: -1em;
}
p.numlist {	
	padding-bottom: 0px;
	padding-left: 2em;
	text-indent: -2em;
}
dl.con p.dotlist {
	padding-bottom: 0;
	padding-left: 1em;
}
dl.con p.numlist {
	padding-bottom: 0px;
	padding-left: 2em;
	text-indent: -2em;
}
.iconBox {
	width: 563px;
	margin-top: 20px;
	text-align: center;
}

table.Lineup {
	border: 1px solid #66cc33;
	width: 560px;
	margin: 10px 0px 15px;
	padding: 0px;
	font-size: 10px;
}
table.Lineup th {
	border-right: 1px solid #66cc33;
	border-bottom: 1px solid #66cc33;
	width: 33px;
	background: #e2f7c2;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.Lineup td {
	border-right: 1px dotted #000000;
	border-bottom: 1px solid #66cc33;
	text-align: center;
	font-size: 1em;
	line-height: 140%;
}
table.Lineup .bottom th,
table.Lineup .bottom td {
	border-bottom: none;
}
table.Lineup td.RightEdge {
	border-right: none;
}
