﻿* {
	/* 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: #000000;
}
h1 {
	color: #007dbc;
	font: bold 2.667em/normal Arial, Tahoma, sans-serif;/*32px */
}
h2 {
	color: #000000;
	font: 900   1.600em/normal "Arial Narrow", Arial, sans-serif; /*24px */
	margin-bottom: 20px;
}
h3 {
	color: #595959;
	font: bold 1.167em/normal Arial, Tahoma, sans-serif;/*20px */
}

h3.special {
	margin-bottom: 8px;
   color: #000000;
   font: bold   1.600em/normal "Arial Narrow", Arial, sans-serif; /*24px */
   text-transform: uppercase;
}
h4 {
	color: #000000;
	font: 900   1.600em/normal "Arial Narrow", Arial, sans-serif; /*24px */
	text-transform: uppercase;
}
h5 {
	color: #174560;
	font-weight: bold;
}
p {
	margin: 10px 0 10px 0;
	line-height: 1.75em;
}
a {
	color: #007dbc;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
li {
	line-height: 1.75em;
}
