/*
 * Cascading Style Sheet for enrik.com.au
 *
 * Author : Con Christov of Unison Technology - con.christov@unison.com.au
 */

/*

palette 

Front page box border #42638c

 */

BODY
{
    font-family: Verdana, Arial,  sans-serif;
    background-color: #002a54;
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 12;
}


TABLE, TBODY, TR, TH, TD, P
{
    font-family: Verdana, Arial,  sans-serif;
    color: #002a54;
    font-size: 12;
}

B
{
    color: #002a54;
    font-weight: bold;
}

HR
{
    color:#ffffff;
}


A
{
    font-family: Verdana, Arial,  sans-serif;
    font-size: 11px;
    font-weight: bold;
}


A:link
{
    color: #000000;
    text-decoration: underline;
}


A:visited
{
    color: #000000;
    text-decoration: underline;
}


A:hover
{
    color: #000000;
    text-decoration: none;
}


.homebreadcrumb
{
    color: #42638c;
    font-size: 42;
}

.aboutbreadcrumb
{
    color: #54640b;
    font-size: 42;
}

.servicesbreadcrumb
{
    color: #fed001;
    font-size: 42;
}

.developmentsbreadcrumb
{
    color: #ff7a01;
    font-size: 42;
}




.footer
{
    color: #336699;
    font-size: 12;
}


A.footer:link
{
    color: #336699;
    font-size: 12;
    text-decoration: none;
}


A.footer:visited
{
    color: #336699;
    font-size: 12;
    text-decoration: none;
}


A.footer:hover
{
    color: #336699;
    font-size: 12;
    text-decoration: underline;
}

.title
{
    color: #ffffff;
    font-size: 18;
}

.menu
{
    color: #42638c;
    font-size: 14;
}


A.menu:link
{
    color: #42638c;
    font-size: 14;
    text-decoration: none;
}


A.menu:visited
{
    color: #42638c;
    font-size: 14;
    text-decoration: none;
}


A.menu:hover
{
    color: #002a54;
    font-size: 14;
    text-decoration: none;
}

.aboutmenu
{
    color: #54640b;
    font-size: 12;
}


A.aboutmenu:link
{
    color: #54640b;
    font-size: 12;
    text-decoration: none;
}


A.aboutmenu:visited
{
    color: #54640b;
    font-size: 12;
    text-decoration: none;
}


A.aboutmenu:hover
{
    color: #54640b;
    font-size: 12;
    text-decoration: none;
}
