@charset "utf-8";
.header {
	font-family: Tahoma;
	font-size: 33px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.nav {
	font-family: Tahoma;
	font-size: 25px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.contact {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.contactform {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
