﻿body
{
    font-family:Verdana;
    font-size:10pt;
}

h1
{
    font-size:16pt;
    line-height:20px;
    font-weight:normal;
    font-variant:normal;
    position:relative;
    top:10px;
}

h3
{
    font-size:12pt;
    font-weight:normal;
}
img
{
    border:none;
}

.menu 
{
    color: #878684; 
    text-align: left;
}

.menu a:hover,a:active,a:focus
{
    text-decoration:none;
    color:#000000;
}

.menu a
{
    text-decoration: none;
    padding-left:10px;
    padding-right:10px;
    color:#878684;
    border:none;
}

.container a:link,a:hover,a:active,a:focus,a
{
    color:#C8504F;
}

.container, .container_blue, .container_white
{
    width:802px;
    text-align:left;
    line-height:30px;
}
.container_blue, .container_white
{
    top:30px;
    padding: 10px 10px 10px 10px;
    line-height:17px;
}
.container_blue
{
    background-color:#6698C2;
}
.container_white
{
    background-color:#FFFFFF;
}

.container_blue div h3
{
    color:#FFFFFF;
}
.container_white div h3
{
    color:#5F81AA;
}

.no_background_blue,.no_background_white
{
    line-height:17px;
    padding: 1px 10px 10px 10px;
    width:720px;
}

.no_background_blue h1
{
    color:#FFFFFF;
}
.no_background_white h1
{
    color:#5F81AA;
}

.white_arrow_background
{
    background-image: url(images/arrow_white.gif); 
    background-repeat:no-repeat;
    background-position: center left; 
    width:740px;
    height:160px;
    background-color:#6698C2;
    padding: 10px 10px 10px 10px;
}

.yellow_arrow_background
{
    background-image: url(images/arrow_yellow.gif); 
    background-repeat:no-repeat;
    background-position:center left; 
    width:740px;
    height:160px;
    background-color:#FFFFFF;
    padding: 10px 10px 10px 10px;
}

.white_arrow h1
{
    padding-top:10px;
    color:#C8504F;
}

html>body .white_arrow h1
{
    padding-top:1px;
    color:#C8504F;
}

.yellow_arrow h1
{
    padding-top:10px;
    color:#5F81AA;
}
html>body .yellow_arrow h1
{
    padding-top:1px;
    color:#5F81AA;
}
