﻿* {
	/* IMPORTANT:  If this stylesheet is content managed, then the first style definition will be ignored.
	   This is here to work around that. */
}

body {
	background-color: #ffffff;
	font: normal 14px/normal Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	color: #06409e;
	font: 100 34px/normal 'Montserrat', sans-serif;
	text-transform: uppercase;
}
h2 {
	color: #58585a;
	font: bold 20px/normal 'Montserrat', sans-serif;
	margin-bottom: 20px;
}
h3 {
	color: #0032a0;
	font: bold 20px/normal 'Montserrat', sans-serif;
	text-transform:uppercase;
}
h4 {
	color: #333333;
	font: bold 15px/normal Arial, Helvetica, sans-serif;
}
h5 {
	color: #174560;
	font-weight: bold;
}

p {
	margin: 10px 0 10px 0;
	
	line-height: 1.25em;
}
a {
	color: #0092e7;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
li {
	line-height: 1.75em;
}
