﻿body 
{
	background-color: #55651A;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
}

p
{
	text-indent: 0px;
	color: #566422;
	font-family: Arial;
}

h2
{
	color: #566422;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	
}

h3
{
	color: #566422;
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	
}

h4
{
	color: #566422;
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	
}

.BoxedText
{
	border-style: double;
	border-width:3px; 
	border-color: Gray;  
	padding: 4px 4px 4px 4px; 
	margin: 4px 4px 4px 4px;
}

.ErrorLabel
{
	text-align: left;
	font-family: Arial;
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

.FooterText
{
	text-align: center;
	font-family: Arial;
	font-size: 9px;
	color: Gray;
}

.StandardLink
{
	color: #566422;
	font-family: Arial;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
}