body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #555;
	}

h1 {
	font-size: 24px;
	line-height: 1.6em;
	/*letter-spacing: -0.05em;*/
	color: #0065a2;
	}

h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4em;
	}
	
h3 {	
	font-size: 24px;
	line-height: 1.6em;
	}

h4 {	
	font-size: 14px;
	line-height: 1.6em;
	color: #7d94a2;
	}
		
h5 {	
	font-size: 14px;
	line-height: 1.6em;
	color: #0065a2;
	}
	
h6 {	
	font-size: 11px;
	line-height: 1.6em;
	color: #7d94a2;
	}	
	
p {	
	color: #555;
	margin-top: 1.0em;
	line-height: 1.5em;
	}

pre {
	font-size: 12px;
}

a, a:link {
	color: #0065a2;
	font-weight: bold;
	text-decoration: underline;
	}

a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #0065a2;
	text-decoration: underline;
	font-weight: bold;
	}

a:active {
	color: #0065a2;
	text-decoration: none;
	font-weight: bold;
	}

hr {
	color: #555;
	background-color: #555;
	height: 1px;
	border: none;
}

.smallText {
	font-size: 10px;
	color: #888;
}

.contentList li {
	list-style: inside;
	line-height: 1.6em;
}

.contentListH5 li {
	list-style: inside;
	line-height: 1.6em;
	font-size: 14px;
	color: #0065a2;
}