﻿/* CSS Document */
body
{
    background-color: #A6A6A7;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Tahoma, Sans-Serif;
    font-size: 10pt;
    color: White;
}

fieldset
{
    padding: 15px;
}

legend
{
    background-color: #A6A6A7;
    border: solid 1px #001A2B;
    padding: 3px 3px 3px 3px;
    font-size: 11pt;
    font-weight: bold;
}

img
{
    border: none;
}

/* LINKS */

a:link
{
    color: #3759a1;
    text-decoration: none;
}
a:visited
{
    color: #3759a1;
    text-decoration: none;
}
a:hover
{
    color: #0471AA;
    text-decoration: none;
}
a:active
{
    color: #3759a1;
    text-decoration: none;
}

.link_white
{
    color: #FFFFFF;
    text-decoration: none;
}

.FooterTextLink:link
{
    font-size: 8pt;
    color: #001b2c;
    text-decoration: none;
}
.FooterTextLink:visited
{
    font-size: 8pt;
    color: #001b2c;
    text-decoration: none;
}
.FooterTextLink:hover
{
    font-size: 8pt;
    color: #0471AA;
    text-decoration: none;
}
.FooterTextLink:active
{
    font-size: 8pt;
    color: #001b2c;
    text-decoration: none;
}

.MenuLink:link
{
    color: #53ba66;
    text-decoration: none;
    font-size: 11pt;
}

.MenuLink:visited
{
    color: #53ba66;
    text-decoration: none;
    font-size: 11pt;
}

.MenuLink:hover
{
    color: Red;
    text-decoration: underline;
    font-size: 11pt;
}

.MenuLink:active
{
    color: #53ba66;
    text-decoration: none;
    font-size: 11pt;
}

/* END LINKS */



.TextCenter
{
    text-align: center;
}

.TextCenter /*Mozilla Firefox alignment */
{
    text-align: -moz-center;
}


.Clear
{
    clear: both;
}

.OuterTableL
{
    width: 27px;
    background-image: url('images/Diesel mpg.jpg');
    background-repeat: repeat-y;
    height: 100%;
}

.OuterTableR
{
    width: 29px;
    background-image: url('images/Diesel performance.jpg');
    background-repeat: repeat-y;
    height: 100%;
}

.CopyText
{
    color: #001a2b;
    font-size: 7pt;
}


.PageTitle
{
    font-size: 24px;
    line-height: 28px;
    color: #53ba66;
}

.Intro
{
    font-size: 32px;
    line-height: 28px;
    color: #3859a1;
}

img.photobig, img.photosmall
{
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #CCCCCC;
    background: #E0E0E0;
    padding: 5px;
}


.LeafBackground
{
    background-image: url('images/Going Green Is Easy.jpg');
    width: 840px;
    background-repeat: no-repeat;
    padding-left: 3px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #999999;
    border-left: 1px solid #CCCCCC;
    overflow: visible;
}

.BrightGreen
{
    color: #53ba66;
}

.Fourteen
{
    font-size: 14px;
}
