﻿body 
{
	margin: 0px;
}

.FooterText
{
	text-align: center;
	color: #3020CB;
	font-size: x-small;
	font-family: Arial;
	font-weight: bold;
}

.FullSectionTable
{
	width: 808px;
	margin: 0px 0px 5px 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.SectionHeader
{
	background-image: url(images/titlebackground.jpg); 
	background-color: #0D7B01;
	background-repeat: repeat-x; 
	color: White;
	font-weight: bold;
	padding-left: 5px;
}

.SectionBody
{
	padding: 5px;
	background-color: #eff0f2;
	font-size: small;
}

