body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#contentArea {
	width: 500px;
	align: center;
	margin: 50px auto;
	color: #666;
	font-size: 10px;
	line-height: 15px;
	border-bottom: 5px solid #CCC;
	border-top-style: none;
}

#contentArea p.title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#contentArea p.imgArea {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	border-top-style: none;
	border-bottom: 5px solid #CCC;
	padding-bottom: 20px;
}

ul { 
	list-style: none; margin:0; padding: 0 40px 0 10px;

}


li {
	background: url(arrow.jpg) 0 3px no-repeat;
	line-height:16px;
	padding-left: 13px;
	text-align: left;
}

a:link, a:visited {
	color: #5a93ae;
	}

a:hover, a:active {
	color: #000;
	}
