
/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	background: url(images/img14.gif) no-repeat 0em 2.5em;
}

.boxed h2 {
	padding-left: 20px;
	/*color: #0078FF;*/
	color: #CCC;
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 5px;
	/*border-bottom: 1px solid #0078FF;*/
	border-bottom: 1px solid #CCC;
	
	
}

.boxed a {
	text-decoration: none;
	/*color: #0078FF;*/
	color:#000; 
}

.boxed a:hover {
	text-decoration: underline;
	
}