@charset "utf-8";
/* CSS Document */

.blue {
	color:#006996;
	font-weight: normal;
}
.grey {
	color:#868d91;
	font-weight: normal;
}
p {
	color:#868d91;
	font-weight: normal;
}
H1 {
	font-size: 1.2em;
	margin: 0px;
	padding-bottom: 15px;
	color:#006996;
	font-weight:normal;
}
H2 {
	font-size: 0.8em;
	margin: 0px;
	padding-bottom: 15px;
	font-weight: normal;
}
H3 {
	font-size: 0.75em;
	margin: 0px;
	padding-bottom: 15px;
	color:#006996;
}
a {
	text-decoration: none;
	color: #006996;
}
UL {
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.updates h3 {
	font-size: 0.9em;
}
.updatetitle {
	font-size: 0.75em;
	color:#006996;
}
.excerpt {
	font-size: 0.95em;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#868d91;
}