﻿.primaryTable
{
	text-align:center;
	cellspacing:0;
	cellpadding:0;
	border:0;
	height:100%;
	width:900px;
	margin-left: auto;
	margin-right: auto;
}

.hStyle1
{
	font-family:"Segoe UI";
	font-weight: bold; 
	font-size: 14pt; 
	color: #4E3F34; 
	font-style: normal; 
	text-align: center;
	padding: 4px;
}

.hStyle2
{
	font-family:"Segoe Print";
	font-weight: normal; 
	font-size: 14pt; 
	font-style:italic;
	color: red; 
	font-style: normal;
	text-decoration: underline; 
	text-align: center;
	padding: 4px;
}

.hStyle3
{
	font-family:"Segoe UI";
	font-weight: bold; 
	font-size: 14pt; 
	color: #4E3F34; 
	font-style: normal; 
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.hStyle4
{
	font-family:"Segoe UI";
	font-weight: normal; 
	font-size: 12pt; 
	color: #4E3F34; 
	font-style: italic; 
	text-align: left;
	text-decoration:underline;
	padding-left:20px;
}

.hStyle5
{
	font-family:"Segoe UI";
	font-weight: bold; 
	font-size: 10pt; 
	color: #4E3F34; 
	text-align: center;
}

.hStyle6
{
	font-family:"Segoe UI";
	font-weight: bold; 
	font-size: 10pt; 
	color: #4E3F34; 
	text-align: left;
	margin: 15px;
}



.footerDiv
{
	width:800px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal; 
	font-size: 8pt; 
	color: #ffffff; 
	font-style: normal; 
	font-family: "Segoe UI";
	text-align: center;
	background-color: #482B20;
	padding:4px;
}

.headerTable
{
	margin-left: auto;
	margin-right: auto;
}

.section1 {
	text-align: left;
	font-size: medium;
	font-family:"Segoe UI";
	color: #4E3F34;
	padding-left:20px;
	padding-right:20px;
	padding-top:6px;
	line-height:1.4e;
}

.section2 {
	text-align: left;
	font-size: medium;
	font-family:"Segoe UI";
	color: #4E3F34;
	padding-left:20px;
	padding-right:20px;
	line-height:1.4e;
}

.section3 {
	text-align: center;
	font-size: 14px;
	font-family:"Segoe UI";
	color: white;
	background-color: #4E3F34;
	padding:10px;
	margin-left: 30px;
	margin-right: 30px;
	border: 3px #B9A14B solid;
	line-height:1.4e;
}

.logo {
	margin: auto;
	vertical-align: middle;
	width:340px; 
	height:136px;
	background: url("images/FH_Logo.png") no-repeat;
	z-index:2000;
}


.leftbuttons{
	border: 3px #B9A14B solid;
	padding: 4px;
	padding-left:20px;
	margin: 20px;
	font-family:"Monotype Corsiva";
	font-weight: normal; 
	font-size: 16pt; 
	color: #ffffff; 
	font-style: normal; 
	text-align: left;
	background-color:#4E3F34;
}

.leftbuttonsNew{
	border: 3px #B9A14B solid;
	padding: 4px;
	padding-left:20px;
	margin: 20px;
	font-family:"Monotype Corsiva";
	font-weight: normal; 
	font-size: 16pt; 
	color: #ffffff; 
	font-style: normal; 
	text-align: left;
	background-color:#482B20;;
}


.leftbuttons a:link {
	color: white;
	text-decoration: none;
}

.leftbuttons a:visited {
	text-decoration: none;
	color: white;
}

.leftbuttons a:hover {
	text-decoration: underline;
}

.leftbuttons a:active {
	text-decoration: underline;
	color: #B9A14B;
}

.leftbuttonsNew a:link {
	color: white;
	text-decoration: none;
}

.leftbuttonsNew a:visited {
	text-decoration: none;
	color: white;
}

.leftbuttonsNew a:hover {
	text-decoration: underline;
}

.leftbuttonsNew a:active {
	text-decoration: underline;
	color: #B9A14B;
}


