body {
	background-color: #ffffff;
	border: 1px solid #f3f4f6;
	margin: 20px;
	padding: 20px;
	color: #14467c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	vertical-align: text-top;
}
li {
	color: #14467c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
	list-style-position: outside;
}

a {
	color: #ff9105;
	text-decoration: none;
}
a:visited {
	color: #ff9105;
	text-decoration: none;
}
a:hover {
	color: #14467c;
	text-decoration: underline;
}
a:active {
	color: #14467c;
	text-decoration: underline;
}
.headline {
	color: #14467c;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
}

.footer {
	color: #14467c;
	text-align: right;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}
.footer A:link {
	color: #14467c;
	text-decoration: none;
}
.footer A:visited {
	color: #14467c;
	text-decoration: none;
}
.footer A:active {
	color: #14467c;
	text-decoration: underline;
}
.footer A:hover {
	color: #14467c;
	text-decoration: underline;
}
