﻿body
{
    margin: 0;
    padding: 0;
    color: #404040;
    font: small Arial, Helvetica, Verdana, sans-serif;
}

p.Highlight
{
    color: #800000;
    font-weight: bolder;
}

span.Emphasis
{
    color: #000080;
    font-weight: bold;
    font-style: italic;
}

p
{
    font-size: 10pt;
    line-height: 14pt;
}

li
{
    font-size: 10pt;
    line-height: 14pt;
    margin-bottom: 10px;
}

h1
{
    
}

h2
{
    color: #FF6600;
}

div.OfferBox
{
    width: 260px;
    background-color: #FFFFCC;
    border-style: ridge;
    border-color: #CC9900;
    color: #000099;
    margin: 4px 4px 20px 4px;
    padding: 0 10px 0 10px;
    text-align: center;
}
div.OfferBox>p
{
    text-align:center;
    padding: 0 0 0 0;
    line-height: 1.6em;
}

div.InstructorPhoto
{
    float: left;
    width: 150px;
    padding: 0 30px 0 0px;
    font-size: smaller;
    text-align: center;
}
img.InstructorPhoto
{
    width: 150px;
}

div.Testimonial
{
    margin: 10px 45px 30px 45px;
    padding: 0 20px 0 20px;
    color: #003300;
}
p.Testimonial
{
    font-size: 100%;
    line-height: 1.6em;
    padding: 0 10px 0 10px;
    font-style: italic;
}
p.TestimonialSig
{
    text-align: right;
    font-size: 100%;
    padding: 0 10px 0 10px;
    font-style: italic;    
}

