.nav{
	color: #758189;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.nav A:link, .nav A:visited{
	color: #758189;
	text-decoration:none;
	font-weight: bold;
}
.nav A:hover{
	color: #A3CC13;
	text-decoration:none;
	font-weight: bold;	
}
.navON{
	color: #758189;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.navON A:link, .navON A:visited{
	color: #758189;
	text-decoration:none;
	font-weight: bold;
}
.navON A:hover{
	color: #758189;
	text-decoration:none;
	font-weight: bold;
}

/* drop downs */
.menu .options {
	font-size:11px;
	font-family:arial, sans-serif;
	color: #758189;
	margin-right:1px;
	margin-bottom:1px;
	/*border:1px solid #848377;*/
	background-color:#ffffff;
	filter:alpha(Opacity=50);
}
.menu a {
	color:#7c7c77;
	display:block;
	padding:2px 6px;
	text-decoration:none;
	/*background-color:transparent;*/
}
.menu a:hover {
	/*background-color:#7c7c77;*/
	color: #A3CC13;
}

#about {
	position:absolute;
	left:5px;
	top:200px;
	visibility:hidden;
}


.homeMenu {
	font-size:11px;
	font-family:arial, sans-serif;
	color: #758189;
	margin-right:1px;
	margin-bottom:1px;
	/*border:1px solid #848377;*/
	background-color:#ffffff;
	filter:alpha(Opacity=85);
}
.homeMenu a {
	color:#7c7c77;
	display:block;
	padding:2px 6px;
	text-decoration:none;
	/*background-color:transparent;*/
}
.homeMenu a:hover {
	/*background-color:#7c7c77;*/
	color: #A3CC13;
}

/*			*/
.title{
	color: #616F78;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.titleGreen{
	color: #7DA436;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}
.titleOrange{
	color: #DB8819;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}
.titleRed{
	color: #CC3D25;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}
.titlePurple{
	color: #A3218F;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}
.titleBlue{
	color: #0B4499;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}
.titleAqua{
	color: #2ABFAC;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}
.title A:link, .title A:visited{
	color: blue;
	text-decoration: underline;
}
.title A:hover{
	color: red;
	text-decoration: none;
}

.title2{
	color: #616F78;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .1em;
}
.title2 A:link, .title2 A:visited{
	color: blue;
	text-decoration: underline;
}
.title2 A:hover{
	color: red;
	text-decoration: none;
}

.copy{
	color: #414F58;
	font-family: arial;
	font-size: 11px;
}
.copy A:link, .copy A:visited{
	color: #7DA436;
	text-decoration: none;
}
.copy A:hover{
	color: #616F78;
	text-decoration: none;
}

.testimonial{
	color: #777777;
	font-family: times;
	font-style: italic;
	font-size: 18px;

}

.copy3{
	color: #414F58;
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
}

.copy3 A:link{
	color: #437589;
	text-decoration: none;
}
.copy3 A:hover{
	color: #616F78;
	text-decoration: none;
}

.copy3 A:visited{
	color: #7DA436;
	text-decoration: none;
}


.copySm{
	color: #414F58;
	font-family: arial;
	font-size: 10px;
	line-height: 17px;
}


.copy2{
	color: #616f78;
	font-family: arial;
	font-size: 12px;
	line-height: 17px;
}

.copy2 A:link, .copy2 A:visited{
	color: #414F58;
	text-decoration: none;
}
.copy2 A:hover{
	color: #7DA436;
	text-decoration: none;
}


.copyW{
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
}
.copyW A:link, .copyW A:visited{
	color: #ffffff;
	text-decoration: none;
}
.copyW A:hover{
	color: #414F58;
	text-decoration: none;
}
.copyW2{
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
}
.copyW2 A:link, .copyW2 A:visited{
	color: #ffffff;
	text-decoration: none;
}
.copyW2 A:hover{
	color: #7DA436;
	text-decoration: none;
}

.form {
	background-color: #ffffff;
	border-left:solid #616F78 1px;
	border-right:solid #616F78 1px;
	border-top:solid #616F78 1px;
	border-bottom:solid #616F78 1px;
	font-family: arial;
	font-size: 11px;
	color: #616F78;
}

.Button {
color: #FFFFFF;
font-weight: bold;
font-size:9px;
font-family: arial;
text-decoration: none;
border: solid #7DA436 1px;
border-left:solid #7DA436 2px;
border-right:solid #7DA436 2px;
border-top:solid #7DA436 2px;
border-bottom:solid #7DA436 2px;
background-color:#A4C00C;
display: block;
padding: 1px 1px;
}


