p {
	font-size: 12px;
	color: #000000;
	margin:0;
	padding:0;
	margin-bottom:18px;
}


div {
	font-size: 12px;
}

.heading {
	margin-bottom:26px;
	color: #2d47a8;
	font-size: 14px;
	font-weight: bold;
}

.subheading {
	color: #2d47a8;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:18px;
}

.introduction {
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;	
	color: #666666;
	margin-bottom:18px;
}

.paragraph {
	font-size: 12px;
	color: #000000;
	margin-bottom:18px;
}

img {
	padding:3px;
	padding-left:6px;
	padding-right:6px;
}

li {
	font-size: 12px;
}

td {
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #17598d;
}
a:visited {
	text-decoration: none;
	color: #17598d;
}
a:hover {
	text-decoration: none;
	color: #17598d;
}
a:active {
	text-decoration: none;
	color: #17598d;
}


