@charset "UTF-8";
/* CSS Document */

.pageHeader {
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 2.0em;
}

.pageSpacer {
	margin-top: 15px;
}

.topicHeader {
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
}

.linkText {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	color: #000000;
}

.linkText a:link {
	color: #000000;
}

.linkText a:hover {
	color: #000000;
}

.linkText a:visited {
	color: #000000;
}

.linkText a:active {
	color: #000000;
}
