* {
	/* IMPORTANT:  If this stylesheet is content managed, then the first style definition will be ignored.
	   This is here to work around that. */
}
html {background:#fff;}
body {
	background-color: #e9e9e9;
	
	color: #595959;
	font: normal 12px/normal Helvetica, Arial, Tahoma, sans-serif;
}
h1 {
	color: #174560;
	font: normal 32px/normal 'Source Sans Pro', sans-serif;
}
h2 {
	color: #404040;
	font: normal 20px/normal 'Source Sans Pro', sans-serif;
	margin-bottom: 20px;
}
h3 {
	color: #e75c00;
	font: bold 18px/normal 'Source Sans Pro', sans-serif;
}
h4 {
	color: #174560;
	font: normal 18px/normal 'Source Sans Pro', sans-serif;
}
h5 {
	color: #174560;
	font-weight: bold;
}
p {
	margin: 10px 0 10px 0;
	
	line-height: 1.25em;
}
a {
	color: #0092e7;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
li {
	line-height: 1.75em;
}