/************* DEFAULT CONTAINER ***********/

#home .defaultContainer
{
    padding: 0 0 0 20px;
}

.defaultContainer h1, .defaultContainer .Head
{
    padding: 0 0 8px 0;
    font-family: Segoe UI, "Trebuchet MS", Arial, Verdana, Helvetica, Sans-Serif;
    color: #02614A;
    font-size: 30px;
    font-weight: normal;
}

.defaultContainer h2
{
    margin: 0;
    padding: 0 0 8px 0;
}

.defaultContainer h3
{
    margin: 0;
    padding: 0 0 8px 0;
}

.defaultContainer .containerHeader
{
}

.defaultContainer .containerContent
{
}

.defaultContainer .containerContent p, .defaultContainer .containerContent .Normal
{
    margin: 0;
    padding-bottom: 10px;
    font-family: Segoe UI, "Trebuchet MS", Arial, Verdana, Helvetica, Sans-Serif;
    color: #605b57;
    font-size: 16px;
    line-height: 1.3em;
}

.defaultContainer a, .defaultContainer a:link
{
    color: #605b57;
    text-decoration: underline;
}

.defaultContainer a:hover
{
    color: #605b57;
    text-decoration: none;
}

.defaultContainer a:visited
{
    color: #4d4946;
}

/* YELLOW CONTAINER */
.containerYellow .top-left, .containerYellow .top-right, .containerYellow .bottom-left, .containerYellow .bottom-right
{
    background-image: url( images/bg-yellow.gif );
    background-repeat: no-repeat;
    height: 10px;
    font-size: 2px;
}

.containerYellow .top-left, .containerYellow .bottom-left
{
    margin-right: 10px;
}

.containerYellow .top-right, .containerYellow .bottom-right
{
    margin-left: 10px;
    margin-top: -10px;
}

.top-right
{
    background-position: 100% 0;
}

.containerYellow .bottom-left
{
    background-position: 0 -10px;
}

.containerYellow .bottom-right
{
    background-position: 100% -10px;
}

.containerYellow .inside
{
    background: #FAE078;
    color: #000000;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.containerHeader
{
    padding-left: 0;
}

.containerYellow .containerHeader h1, .containerYellow .Head
{
    color: #02614A;
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 1.3em;
}

.containerYellow p, .containerYellow .Normal
{
    color: #605B57;
    margin: 0;
    padding-bottom: 10px;
    font-size: 15px;
}

.containerYellow a, .containerYellow a:link
{
    color: #4c4949;
}
.containerYellow a:visited
{
    color: #4c4949;
    text-decoration: underline;
}

.containerYellow a:hover
{
    text-decoration: none;
}







.defaultContainer .containerContent .size18
{
    font-size: 18px;
}