﻿* {
	/* IMPORTANT:  If this stylesheet is content managed, then the first style definition will be ignored.
	   This is here to work around that. */
}
@font-face {
	font-family: "MuseoSlab500";
	src: url(../fonts/museo_slab_500/Museo_Slab_500-webfont.eot);
	src: url(../fonts/museo_slab_500/Museo_Slab_500-webfont.eot?#iefix) format("embedded-opentype"),
		 url(../fonts/museo_slab_500/Museo_Slab_500-webfont.woff) format("woff"),
		 url(../fonts/museo_slab_500/Museo_Slab_500-webfont.ttf) format("truetype"),
		 url(../fonts/museo_slab_500/Museo_Slab_500-webfont.svg#MuseoSlab500) format("svg");
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #e9e9e9;
	
	color: #595959;
	font: normal 12px/normal  Arial, Helvetica, Tahoma, sans-serif;
}
h1 {
	color: #174560;
	font: normal 32px/normal Arial, Helvetica, Tahoma, sans-serif;
}
h2 {
	color: #404040;
	font: normal 20px/normal Arial, Helvetica, Tahoma, sans-serif;
	margin-bottom: 20px;
}
h3 {
	color: #174560;
	font: normal 20px/normal Arial, Helvetica, Tahoma, sans-serif;
}
h4 {
	color: #174560;
	font: normal 18px/normal Arial, Helvetica, Tahoma, 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;
}
