body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	padding: 0;
	margin: 0;
	width: 220px;
}

a {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #dd0000;
}

.module5 {
	width: 220px;
	margin-bottom: 30px;
	border-top: #000 1px solid;
	border-bottom: 1px #000 solid;
}

.module5 span {
	float: left;
	border-top: #1b63ac 4px solid;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 7px;
}

.module5_content {
	border-top: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	padding: 8px 2px;
	margin-bottom: 4px;
	clear: both;
}

.module5 p {
	font-size: 12px;
}

.module5 a {
	
}

.module5 img {
	margin: 0 50px;
	float: right;
	border: none;
}