.sidenav a {
	color: #FFFFFF;
}

.sidenav a:hover {
	color: #FFF600;
}

.header_text {
	background-image: url('images/bg_header.jpg');
	text-align: center;
	border-bottom: solid 1px #FFFFFF;
}

.header_text h1 {
	color: #E0100E;
}

.footer_text {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

.red h2 {
	color: #FF0000;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}