@charset "utf-8";
/* CSS Document */
/* Menu link colors */
.menu:link {
 color: #[Hex color value];
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}

.menu:visited {
 color: #[Hex color value];
	color: #FFFFFF;
	text-decoration: none;
}

.menu:hover {
 color: #[Hex color value];
	color: #DFE6A0;
	text-decoration: none;
}

.menu:focus {
 color: #[Hex color value];
	color: #FFFFFF;
}

.menu:active {
 color: #[Hex color value];
	color: #FFFFFF;
}
.footerfonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}
.bttmsoacer {
	padding-left: 30px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
