@charset "UTF-8";
h1 {
	font-size: 2.0em;
	font-weight: normal;
}
h2 {
	font-weight: normal;
	font-size: 2.0em;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
}
.h1sub {
	font-size: 0.7em;
	font-style: italic;
}
footer {
	background-color: #000;
	color: #FFF;
}
footer a:link {
	color: #CCC;
	text-decoration: none;
}
footer a:visited {
	color: #CCC;
	text-decoration: none;
}
footer a:hover {
	color: #FFF;
	text-decoration: none;
}
.jumbotron {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFF;
}
.accent {
	color: #069;
}
.accent14 {
	color: #069;
	font-size: 14px;
}
.red14 {
	font-size: 14px;
	color: #900;
}
.subTitle {
	font-size: 1.3em;
	color: #900;
}
