h1,
h2,
h3,
h4 {
    color: #316bb0;
}

a:link {
    color: #316bb0;
    outline: none;
}

a:visited {
    color: #79A3D6;
}

a[href]:hover {
    text-decoration: none;
}

#menu
{
    background: #316bb0;
}

#menu .stripe
{
    background: #316bb0;
}

#menu ul li
{
    background: #316bb0
}

#menu ul li.active
{
    background-color: #0E53A6;
}

#menu ul li:hover
{
    background-color: #0E53A6;
}

.button {
    background-color: #4F83C1;
    color: white !important;
}

.button,
.button > input[type=submit] {
    background-color: #4F83C1;
    color: white;
}

.button.active {
    color: #0A3E7C !important;
}

.button.active,
.button.active > input[type=submit] {
    background-color: #4F83C1;
    color: white;
}

.icon
{
    color: #316BB0;
}

ul.tabs li.tab
{
    background: #4F83C1;
}

ul.tabs li.tab.active
{
    background: #FFF;
}