body {
	font-family: Arial, sans-serif;
}

h2 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #25598D;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #25598D;
}

.img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

h5 {
	color: #666;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

p {
	font-size: 12px;
	line-height: 140%;
	color: #8c8e8e;
}

p strong {
	
}

a {
	color: #25598D;
	text-decoration: none;
}

a:hover {
	color: #3a92fd;
}