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

/* LINK COLORS Header */
a.linkHeader:link {
	text-decoration: none;
	color: #FFF;
}
a.linkHeader:visited {
	text-decoration: none;
	color: #FFF;
}
a.linkHeader:hover {
	color: #f58220;
	text-decoration: none;
}
a.linkHeader:active {
	text-decoration: none;
	color: #FFF;
}

/* LINK COLORS Menu */
a.Menu:link {
	text-decoration: none;
	color: #000;
}
a.Menu:visited {
	text-decoration: none;
	color: #000;
}
a.Menu:hover {
	color: #f58220;
	text-decoration: none;
}
a.Menu:active {
	text-decoration: none;
	color: #000;
}

/* LINK COLORS Sub-Menu */
a.subMenu:link {
	text-decoration: none;
	color: #000;
}
a.subMenu:visited {
	text-decoration: none;
	color: #000;
}
a.subMenu:hover {
	color: #FFF;
	text-decoration: none;
}
a.subMenu:active {
	text-decoration: none;
	color: #000;
}

div.menuLink {
    display: none;
}
div.menuLink:hover {
  color: #f58220;
}

/* LINK COLORS More... */
a.linkMore:link {
	font-weight:700;
	color: #1a497d;
	text-decoration: none;
}
a.linkMore:visited {
	text-decoration: none;
	color: #1a497d;
}
a.linkMore:hover {
	color: #f58220;
	text-decoration: none;
}
a.linkMore:active {
	text-decoration: none;
	color: #1a497d;
}

/* LINK COLORS Main */
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
