.helpsections {	
	font-size: larger;
	margin-left: 320px;				
}

.area-title {
	font-family: Helvetica,Arial,Sans-serif;
	font-size: 20px;
	color: #68b952;
}

.helpsections table {
	color: #595959;
	font-size: 12px;
	padding-bottom: 32px;
	font-family: Helvetica,Arial,Sans-serif;
}

.top a {
	color: #68b952;
}


/* Follow Scroller */
#follow {
	float: left;
	position: relative;
	width: 300px;
	margin: 0px;
	padding: 0px;				
}

/* Accordion */
#list {	
	width: 300px;
	border: 3px solid #c3e3ba;
	overflow: hidden;
	text-align: left;
}

#list .green {
	font-weight: bold;
	color: #fff;
	background-image: url("images/help/bkg_accordion.png");
	padding: 4px;
	cursor: pointer;
}

#list a {
	margin-top: -8px;
	padding-right: 5px;
	padding-top: 0px;
	padding-left: 5px;
	border-bottom-color: #f3efe1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	display: block;
	list-style-type: none;
	text-transform: none;
	color: #969696;		
	font-size: 12px;
	line-height: 16px;
}

#list dd { margin-bottom: -14px; padding-top: 12px; margin-left: 0px; overflow: hidden; }

#list a:hover { text-decoration: underline; color: #cf0038; }

.first { }

.helpsections label {
display: block;
font-weight: bold;
padding-bottom: 8px;
}

.helpsections p {
padding-bottom: 10px;
}

#number li {

	list-style-type: decimal;

}

.helpsections p a {
	color: #4f1bc3;
}

.helpsections p a:hover {
	text-decoration: underline;
}

.helpsections label a {
	color: #616161;
}

