/* Features Styles */

img.border{
	border: 1px solid white;
}

span.header{
	text-transform: capitalize;
	font-size:14px;
	color:#000066 ;
	font-weight: bold;
}
span.featuretxt {
	color:#333333;
}

.feature {
	font-size:11px;
}

a.feature:link, a.feature:visited{
	font-size:9px;
	color:#000066;
}

a.feature:hover {
	color:#339900;
	text-decoration:underline;
}
