﻿body 
{
    background-color:#E8E7D8;
    padding:0px;
    margin:0px;
}

.HeaderText 
{
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color:Black;
}

.DisplayText
{
	font-family: Arial;
	font-size:12px;
	color:Black;
}

.IndentedDisplayText
{
	font-family:Arial;
	font-size:12px;
	color:Black;
	padding-left:40px;	
}

.WhiteBoxLarge
{
	width:425px;
	height:250px;
	background-image:url('../images/largeWhiteBox.png');
	background-repeat: no-repeat;

	padding:15px;
	
	font-family: Verdana;
	font-size:12px;
	color:Black;
}
.WhiteBox
{
	width:420px;
	height:184px;
	background-image:url('../images/smallWhiteBox.png');
	background-repeat: no-repeat;

	padding:15px;
	
	font-family: Verdana;
	font-size:12px;
	color:Black;
}

.HeaderGreenText
{
	color: #264A36;
	font-family: Times;
	font-size:16px;
	font-weight:bold;	
}

.Indented
{
	padding-left:50px;	
	font-family:Arial;
	font-size:12px;
	color:Black;
}
.BullIndented
{
	padding-left:20px;	
	font-family:Arial;
	font-size:12px;
	color:Black;
}

.footerLinks
{
	color: #264A36;
	font-family: Arial;
	font-size:12px;	
}

.footerAddressInfo
{
	color: #264A36;
	font-family: Arial;
	font-size: 10px;
}

.footerDisclaimer
{
	color: #264A36;
	font-family: Verdana;
	font-size: 9px;
	font-style: italic;
}

a
{
	color: #264A36;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}

a.footerLink 
{
	color: #264A36;
	font-family: Arial;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}
