﻿html, body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
	color: #3366CC;
	background-color: white;
	background-image: url(images/bkgd.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
	text-align: center;
}

.normalText
{
	font-size:medium;
	color:Gray;
	font-family:Tahoma;	
}

.normalLinks
{
	font-family:Tahoma;
	color:Black;
	text-decoration:underline;
	font-size:medium;
}

.headerLink
{
    font-family:Tahoma;
    color:#3b3b3b;
    font-size:10pt;
    text-decoration:none;
}
.bodyCopy
{
    font-family:Tahoma;
    color:#717171;
    font-size:10pt;
    text-decoration:none;
    line-height:1.3;
    text-align:justify;
    padding-left:15px;
}
.colTableBkgd
{
	background-image:URL(images/colTableBkgd.gif);	
}

.rowTableBkgd
{
	background-image:URL(images/rowTableBkgd.gif);	
}
img
{ 	
	border-width:0px;
	border-top-style: none;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	padding-right:0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
} 
a:Link
{
    font-family:Tahoma;
    font-size:10pt;
    color:Gray;
}
a:Visited
{
    font-family:Tahoma;
    font-size:10pt;
    color:Gray;
}
a:hover
{
    font-family:Tahoma;
    font-size:10pt;
    color:#86ab92;
    text-decoration:underline;
}
.greenHeader
{
    font-family:Tahoma;
    font-size:20pt;
    color:#86ab92;
}
.greenText
{
    font-family:Tahoma;
    font-size:11pt;
    color:#86ab92;
}

.contactText
{
    font-family:Tahoma;
    font-size:10pt;
    color:#86ab92;
}

.boldContact
{
    font-family:Tahoma;
    font-size:10pt;
    color:#717171;
    font-weight:bold;
}
.accordionHeader2
{
    background-color:#86ab92;
    color: white;
	font-family: Tahoma;
	font-size: medium;
    padding: 5px;
    margin-top: 5px;
    cursor:default;
    text-decoration:underline;
}
 .accordionContent2
{
    background-color:Menu;
    color: Gray;
	font-family: Tahoma;
	font-size: medium;
    padding: 5px;
    margin-top: 5px;
    cursor: default;
    text-decoration:none;
}
.testemonialHeader
{
    font-family:Tahoma;
    font-size:15pt;
    color:#86ab92;
}
.tstemonialText
{
	font-size:11pt;
	color:Gray;
	font-family:Tahoma;	
}