h1, h2, h3, h4 {
    color:#005681;
}

a {
    color:#005681;
}

a:hover {
    color:#B40055;
}

/* MENU */
.coverMenuJs {
	background:#37397B;
};

.menuJs2 a {
    color:#fff; 
}

.menuJs2 a:hover {
	background:#00ADE2;
	color:#fff;
}

.menuJs2 li li {
    background:#37397B; 
}

.menuJs2 li li a:hover {
    background:#00ADE2; 
}

#actual {
	background:#00ADE2;
}

#actualVer { /* 2x # */
  color:#00ADE2 !important;
}

#menuVer li {
    background:#37397B;
}

#menuVer a {
    color:#fff;
}

#menuVer a:hover {
    color:#00ADE2;
}

/* FOOTER */
.footer {
    background:#4CA3C9;
    color:#000;
}


.coverFour h3 {
    color:#fff;
    text-shadow: 1px 1px 1px #000 !important;
}

.coverFour a {
    color:#B40055;
}

.coverFour a:hover {
    color:#fff;
}

.footer1, .footer2 {
    border-bottom:1px solid #B40055;
}

@media screen and (max-width:960px) {
    .footer1, .footer2, .footer3 {
        border-bottom:1px solid #B40055;
    }
}

.fooBottom {
    background:#ededed;
    color:#000;
}

.contentin table td {
	border-bottom:1px solid #ccc !important;
}

.message { 
    color:#000;
    background:#C8E5EE;
}

.message input[type="submit"] {
    background: #B40055;
    color: #fff;
}

.flashBg {
    color:#ff5611;
}

.cook {
  background: #37397B;
}

.cook table td {
  color: #fff;
}

.understand {
  background: #A0CEDC;
  color: #000 !important;
}

.understand:hover {
  background: #B40055;
	color:#fff !important;
}

/* SWITCHER */
.ulSwitcher li {
    border-bottom:1px solid #B40055;
    background:#00ADE2;
}

.ulSwitcher li:hover {
    background:#B40055; 
}

.ulSwitcher a, .ulSwitcher a:hover {
    color:#000;
}

.ulSwitcher a:hover {
    color:#fff;
}

.showLang {
    color:#fff;
}

/* BANNER */
.tdBanner {
  color:#37397B !important;
  text-shadow:1px 1px 1px #fff;
}

.tdBanner:hover {
  color:#B40055 !important;
}

.tdBanner {
  /*background: #fff;*/ 
  border:1px solid #005681; 
}


