﻿html, body
{
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #464646;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.bodyClass
{
	background: url(../Images/bg.gif) repeat-x;
}

/********* HEADER STYLES *********/
h1
{
	color: #86a446;
	font: 26px/28px "Times New Roman" , Times, Georgia, serif;
	font-style: italic;
}
h1.head
{
	color: #86a446;
	font: 20px/18px "Times New Roman" , Times, Georgia, serif;
	margin-top: -15px;
	margin-left: 20px;
}
h1.home
{
	color: #86a446;
	font: 26px/28px "Times New Roman" , Times, Georgia, serif;
	margin-bottom: -26px;
}

h2
{
	color: #86a446;
	font: 22px/24px "Times New Roman" , Times, Georgia, serif;
}
h2
{
	color: #86a446;
	font: 18px/20px "Times New Roman" , Times, Georgia, serif;
}
h4
{
	color: #00436a;
	font: 12px/14px "Times New Roman" , Times, Georgia, serif;
}

a
{
	color: #86a446;
}
a:link
{
	color: #86a446;
}
a:visited
{
	color: #86a446;
}
a:hover
{
	color: #00436a;
}

p
{
	font: 14px/22px Arial, Helvetica,sans-serif;
}
