﻿body
{
    /*font-size: 9pt; 	font-family: Verdana;*/
}

td.caption, col.caption
{
    /*font-weight: bold;*/
}

/* Content sections */
div.section
{
}

div.section div.title
{
    color: #0B8846;
    padding-bottom: 0.5em;
    font-weight: bold;
    font-size: 13pt;
    font-family: Arial;
}

div.section div.content
{
    margin-left: 20px;
    padding-bottom: 1em;
    font-size: 9pt;
    font-family: Verdana;
}

div.section div.subtitle {
    color: #0B8846;
    padding-bottom: 0.5em;
    font-weight: bold;
    padding-top: 1em;
    font-size: 11pt;
    font-family: Arial;
}

/* Testimonials */
div.testimonialContainer div.content
{
    margin-left: 20px;
    margin-right: 25px;
    color: #999999;
    font-size: 0.8em;
}

div.testimonial p.text
{
    font-style: italic;
    margin-bottom: 0px;
}

div.testimonial p.source
{
    text-align: right;
    margin-top: 0px;
}

/* Small note box */
table.smallNote
{
    width: 495px;
}

table.smallNote td.top
{
    width: 165px;
    background-image: url(images/notes/small-note-bg.jpg);
}

table.smallNote td.bottom
{
    width: 150px;
    height: 20px;
    background-image: url(images/notes/small-note-bottom.jpg);
}

table.smallNote p.head
{
    color: #0D6826;
    padding: 20px 20px 5px 20px;
    font-family: verdana, arial, helvetica, sans-serif;
}

table.smallNote p.body
{
    padding: 0px 20px 0px 20px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: .8em;
}

/* large note box */
table.largeNote
{
    width: 504px;
}

table.largeNote td.top
{
    /*width: 165px;*/
    background-image: url(images/notes/large-note-bg.jpg);
}

table.largeNote td.bottom
{
    /*width: 150px;*/
    height: 16px;
    background-image: url(images/notes/large-note-bottom.jpg);
}

table.largeNote p.head
{
    color: #0D6826;
    padding: 20px 20px 5px 20px;
    font-family: verdana, arial, helvetica, sans-serif;
}

table.largeNote p.body
{
    padding: 0px 20px 0px 20px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: .8em;
}

