a:link, a:visited
{	
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	
}

.headingtext {
	font-family: "Brush Script MT";
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #B1CB43;
}
.headerbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.leftlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #21655A;
	
}

.bodytexta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	
}
.toplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
}
.bottomlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.headings {
	font-family: "Brush Script MT";
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006633;
}
.headingsa {
	font-family: "Bradley Hand ITC", "Monotype Corsiva";
	font-size: 25px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #000000;
}
.testimonials {
	font-family: "Bradley Hand ITC",;
	color: #000000;
}

.fpagetext {
	font-family: "Brush Script MT", "Monotype Corsiva";
	color: #00FF66;
	font-size: 36px;
}
.fssudpagetext {
	font-family: "Brush Script MT", "Monotype Corsiva";
	color: #F6cf2c;
	font-size: 36px;
	text-decoration: none;
}

.smallleftlinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

