@charset "utf-8";
/* CSS Document
Les's typography style sheet */
/* Dark Green Body Text */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #1D3C42;
	text-decoration: none;
	text-align: justify;
}
/* Teal Green Footer Text */
p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #67BFAD;
	text-decoration: none;
	text-align: center;
}
/* Coral Main Heading Text */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F24F4F;
	text-decoration: none;
	text-align:left;
}
/* Coral Bold Heading Text */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F24F4F;
	text-decoration: none;
	text-align:left;

}
/* Dark Green Bold Body Text */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F24F4F;
	text-decoration: none;
	text-align:left;
}
/* Dark Green Bold Body Text */
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #67BFAD;
	text-decoration: none;
	text-align:center;
}
/* Coral Bold Body Text */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F24F4F;
	text-decoration: none;
	text-align:center;
}
body {
	background-image: typography.css;
	color: #1D3C42;
}
a:link {
	color: #67BFAD;
	text-align:left;
}
a:hover {
	color: #F24F4F;
}
a:visited {
	color: #F24F4F;
}
.gridContainer.clearfix #LayoutDiv1 #Header1 #Header2 #Body1 #Body2 {
/*	text-align: justify; */
	font-size: 14px;
	color: #719A54;
	color: #1D3C42;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
