﻿body
{
	margin: 0;
	padding: 0;
	border: none;
	background-image: url(images/BodyBackground.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	color: #000000;
	line-height: 20px;
}
body a
{
	color: #6b2e23;
}
.Quotes
{
	font-size: 12px;
	color: #002a45;
	font-style: italic;
	margin-left: 50px;
	margin-right: 50px;
}
.QuotesSignature
{
	font-size: 12px;
	color: #002a45;
	font-weight:bold;
	margin-left: 50px;
	margin-right: 50px;
}
.QuotesNoIndent
{
	font-size: 12px;
	color: #002a45;
	font-style: italic;
}
.QuotesSignatureNoIndent
{
	font-size: 12px;
	color: #002a45;
	font-weight:bold;
}
