/*Doc Express CMS styles*/
body
{
    font-size:62.5%;
    font-family:Trebuchet MS;
    background-color:#ffffff;
    color:#27343d;
}
strong
{
    color:#ab6e0d;
}
.left-element 
{
    float: left;
    margin-top:0px;
    margin-right:10px;
    margin-bottom:10px;
}
.right-element 
{
    float: right;
    margin-top:0px;
    margin-left:10px;
    margin-bottom:10px;
}
h1
{
    font-size:2.75em;
    font-family:Trebuchet MS;
    color:#637f91;
    padding:0;
    margin:0 0 12px 0;
}
.intro
{
    color:#c48116;
    font-size:1.41em;
    font-family:Trebuchet MS;
    line-height:1.2em;
}

.yellow
{
    color:#ab6e0d;    
}

p
{
    font-size:1.1em;
}