﻿* {
	/* 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;
	color: #595959;
}
h1 {
	color: #199cd6;
	font: bold 2.571em/normal Arial, Tahoma, sans-serif;/*32px */
}
h2 {
	color: #199cd6;
	font: bold 2.571em/normal Arial, Tahoma, sans-serif;/*32px */
	margin-bottom: 20px;
}
h3 {
	color: #3dbc95;
	font: normal 1.714em/normal Arial, Tahoma, sans-serif;/*20px */
}
h4 {
	color: #199cd6;
	font: bold 1.357em/normal Arial, Tahoma, sans-serif; /*18px */
	text-transform: uppercase;
}
h5 {
	color: #174560;
	font-weight: bold;
}
p {
	margin: 10px 0 10px 0;

	line-height: 1.5em;
}
a {
	color: #3cba8f;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
li {
	line-height: 1.75em;
}
