﻿body {
}

#bdy div.body 
{
	margin: 30px 60px 0px 60px
}

p 
{
	font-family: Tahoma;
	font-size: 10pt;
	text-align: justify;
    margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 0px;
	color: Gray;
}

p.quote
{
    color: #790304;
    margin: 0px 50px 0px 50px;
}

span.left
{
    display: block;
    width: 100%;
    height: 20px;
    background-image: url(images/left_quote.gif);
    background-repeat: no-repeat;  
    background-position: left;  
}

span.right
{
    display: block;
    width: 100%;
    height: 20px;
    background-image: url(images/right_quote.gif);
    background-repeat: no-repeat;  
    background-position: right; 
}

p.small
{
    font-size: 8pt;
}

li {
	font-family: Tahoma;
	font-style: italic;
	font-size: 10pt;
	color: Gray;
}

#bdy a
{
	font-family: Tahoma;
	text-decoration: underline;
	color: #787878;
}

#bdy a:hover, a:active
{
	text-decoration: none;
	color: #484848;
}

#ftr div
{
    width: 800px;
	font-weight: normal;
	font-size: 10pt;
	text-align: center;
	margin: 15px 0px 0px 0px;
	color: #787878;
}

#ftr div p 
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#ftr div a
{
	font-family: Tahoma;
}

#ftr div a
{
	text-decoration: underline;
	color: #787878;
}

#ftr div a:hover, a:active
{
	text-decoration: none;
	color: #000000;
}