﻿BODY
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 12px;	
	padding-bottom: 0px;
	margin: 0px;
	color: #ffffff;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0E0E0E;
	background-image: url(../images/bg_body.png);
	background-position: center top;
	background-repeat: repeat-y;
}

.quote
{
    background: url(../images/quote_left.png) no-repeat scroll left top;
    font-style: italic;
    font-family: Calibri, Times New Roman;
    font-size: 11pt;
    padding: 10px 10px 10px 20px;
}
.quote blockquote
{
	padding-left: 5px;
	line-height: 16pt;
    margin: 0;
    padding: 0;
}
.quoteperson
{
    background: url(images/quote_end.png) no-repeat scroll right top;
    height: 60px;
    padding: 5px 20px 20px 10px;
    text-align: right;
    
}
.quotename
{
    display: block;
    font-style: normal;
    font-weight: 900;
}
.quoteinfo
{
    display: block;
    font-style: normal;
    font-weight: 100;
}
.quotebuttons
{
    text-align: right;
    cursor: pointer;
}
.quotecustomer
{
    text-align: right;
    font-size: x-small;
    font-weight: bold;
}


