@charset "utf-8";
/* CSS Document */

body {
	margin: 10px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.flytraplogo {
	background-image: url(../flytrap-images/logos/flytrap-logo.jpg);
}
.formbackdrop {
	background-image: url(../flytrap-images/graphics/form-backdrop.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.mackayquote {
	background-image: url(../flytrap-images/graphics/mackay-quote-backdrop.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.dashedbordervertical {
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #109F26;
}
.dashedborderhorizontal {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #109F26;
}
.main_text {
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	color:#000000;
	text-align: left;
	line-height: 18px;
}
a.main_text:link {
	color: #119f27;
	text-decoration: none;
}

a.main_text:visited {
	color: #119f27;
	text-decoration: none;
}
a.main_text:hover {
	color: #119f27;
	text-decoration: underline;
}
.header_text {
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma;
	color:#119f27;
}
ul {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	color:#119f27;
	list-style-type: square;
}
.quotetxt {
	color: #109F26;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 70px;
	padding-left: 70px;
}
.subnav {
	color: #878889;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.subnav:link {
	color: #878889;
	text-decoration: none;
}

a.subnav:visited {
	color: #878889;
	text-decoration: none;
}
a.subnav:hover {
	color: #ccff66;
	text-decoration: underline;
}
.newsnav {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
}
a.newsnav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.newsnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.newsnav:hover {
	text-decoration: underline;
}
.copyright {
	font-family: Tahoma;
	font-size: 8px;
	font-style: normal;
	font-weight: bolder;
	color: #119f27;
	text-align: center;
}

