﻿#ColorInfo
{
    Position:relative;
    padding-top:20px;
    padding-bottom:13px;
}
.Head_Orange
{
    height:66px;
    width:66px;
    background:transparent url('images/headorange.png') no-repeat;
    position:absolute;
    top:0px;
    left:17px; 
}
.Title_Orange
{
    color:#f68b20 ;
    padding-left:65px;
    font-size:19px;
}
.Foot_Orange
{
    height:29px;
    width:99px;
    background:transparent url('images/linkorange.png') no-repeat;
    position:absolute;
    bottom:0px;
    right:13px;
    padding-top:4px;
    padding-left:12px;
    color:#f68b20 ;
}
    .Foot_Orange a:link, .Foot_Orange a:active, .Foot_Orange a:visited
    {
        color:#f68b20  !important;text-decoration:none !important;
    }
    .Foot_Orange a:hover
    {
        color:#969393  !important;text-decoration:underline !important;
    }
.Head_Green
{
    height:66px;
    width:66px;
    background:transparent url('images/headgreen.png') no-repeat;
    position:absolute;
    top:0px;
    left:17px;
}
.Title_Green
{
    color:#7ec344;
    padding-left:65px;
    font-size:19px;
}
.Foot_Green
{
    height:29px;
    width:99px;
    background:transparent url('images/linkgreen.png') no-repeat;
    position:absolute;
    bottom:0px;
    right:13px;
    padding-top:4px;
    padding-left:12px;
    color:#7fc343 ;
}
    .Foot_Green a:link, .Foot_Green a:active, .Foot_Green a:visited
    {
        color:#7fc343  !important;text-decoration:none !important;
    }
    .Foot_Green a:hover
    {
        color:#969393  !important;text-decoration:underline !important;
    }
.Head_Blue
{
    height:66px;
    width:66px;
    background:transparent url('images/headblue.png') no-repeat;
    position:absolute;
    top:0px;
    left:17px;
}
.Title_Blue
{
    color:#189ed9;
    padding-left:65px;
    font-size:18px;
}
.Foot_Blue
{
    height:29px;
    width:99px;
    background:transparent url('images/linkblue.png') no-repeat;
    position:absolute;
    bottom:0px;
    right:13px;
    padding-top:4px;
    padding-left:12px;
    color:#189ed9;
}
    .Foot_Blue a:link, .Foot_Blue a:active, .Foot_Blue a:visited
    {
        color:#189ed9 !important;text-decoration:none !important;
    }
    .Foot_Blue a:hover
    {
        color:#969393 !important;text-decoration:underline !important;
    }
#DivContent
{ 
    border:1px solid #eeeeee;
    padding:10px 20px 25px 24px;
    overflow:hidden;
    font-size:13px !important;
    font-family:'MyriadPro-Regular',Calibri !important;
    background:#FDFDFD url('images/colorslice.png') repeat-x bottom;
    color:#727272;
}
    #DivContent .Content
    {
        padding-top:20px;
    }