﻿* {
	/* IMPORTANT:  If this stylesheet is content managed, then the first style definition will be ignored.
	   This is here to work around that. */
}

body {
	color: #595959;
}
h1 {
	color: #034691;
	font: normal 2.250em/normal 'Open Sans', sans-serif;/*32px */
}
h2 {
	color: #034691;
	font: bold 1.125em/normal 'Open Sans', sans-serif; /*20px */
	margin-bottom: 20px;
}
h3 {
	color: #034691;
	font: normal 1.375em/normal 'Open Sans', sans-serif;/*20px */
}
h4 {
	color: #034691;
	font: normal 1.000em/normal 'Open Sans', sans-serif; /*18px */
}
h5 {
	color: #034691;
	font-weight: bold;
}
p {
	margin: 10px 0 10px 0;

	line-height: 1.25em;
}
a {
	color: #0072CE;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
li {
	line-height: 1.75em;
}
