body {
	font-family: Tribuchet MC, Verdana, arial;
}
.PlainText {
	font-family: Tribuchet MC, Verdana, arial;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 140%;
	color: #3f3f3f;
	}
.PlainTextBold {
	font-family: Tribuchet MC, Verdana, arial;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 140%;
	font-weight: bold;
	color: #3f3f3f;
	}
.WhiteText {
	color: #f8f8f8;
	font-weight: bold;
	}
.AlignCenter {
	text-align: center;
	}
.SmallText {
	font-family: Tribuchet MC, Verdana, arial;
	color: #3f3f3f;
	font-size:12px;
	}
.ItalicText {
	font-family: Tribuchet MC, Verdana, arial;
	color: #3f3f3f;
	font-size:13px;
	font-style:italic;
	}
.SmallerText {
	font-family: Tribuchet MC, Verdana, arial;
	color: #3f3f3f;
	font-size:11px;
	}
.FooterText {
	font-family: Tribuchet MC, Verdana, arial;
	color: #3f3f3f;
	font-size:10px;
	font-weight:bold;
}

.InsertHTML {
	font-family: Tribuchet MC, Verdana, arial;
	color: #3f3f3f;
	font-size:12px;
	}
.MainHeaderOrange {
	font-family: Tribuchet MC, Verdana, arial;
	letter-spacing: -1px;
	color: #DB5C02;
	font-size: 24px;
}
.ConsumerHeaderGreen {
	font-family: Tribuchet MC, Verdana, arial;
	letter-spacing: -1px;
	color: #199677;
	font-size: 24px;
}
.CustomerHeaderBlue {
	font-family: Tribuchet MC, Verdana, arial;
	letter-spacing: -1px;
	color: #0235EF;
	font-size: 24px;
}
.ContactHeaderPurple {
	font-family: Tribuchet MC, Verdana, arial;
	letter-spacing: -1px;
	color: #C6646B; 
	font-size: 24px;
}
.LargeWhiteHeader {
	font-family: Tribuchet MC, Verdana, arial;
	color: #ffffff;
	font-size:38px;
	font-weight:600;
	}
.Header {
	font-family: Tribuchet MC, Verdana, arial;
	color: #3f3f3f;
	font-size:20px;
	font-weight:900;
	}
.SubHeader {
	font-family: Tribuchet MC, Verdana, arial;
	color: #3f3f3f;
	font-size:17px;
	font-weight:900;
	}

.Black {
	color:#000000;
	}
.White {
	color:#ffffff;
	}
.Gray {
	color: #3f3f3f;
	}
.Green {
	color: #199677;
	}
.Blue {
	color: #0235EF;
	}
.Purple {
	color: #C6646B; 
	}
.Orange {
	color: #DB5C02;
	}
.Centered {
	text-align: center;
	}

.CenterTable {
	text-align:center;
	}


.FinderMenu {
	display: none;
	position: absolute ;
	background: #dbe8f1 ;
	border: #424548 1px solid ;
	line-height: 140%;
	font-size: 8pt;
	padding: 4px;
	text-align: left ;
	}

.FinderLink:link {
	color: #424548 ;
	text-decoration:none;
	}

.FinderLink:visited {
	color: #424548 ;
	text-decoration:none;
	}

.FinderLink:hover {
	color: #0078cb ;
	text-decoration:none;
	}

.FinderLink:active {
	color: #424548 ;
	text-decoration:none;
	}

.standardLink:link {
	text-decoration:none;
	}

.standardLink:visited {
	text-decoration:none;
	}

.standardLink:hover {
	text-decoration:underline;
	}

.standardLink:active {
	text-decoration:underline;
	}

.WhiteText a:link {
	color:#ffffff; 
	}

.WhiteText a:visited {
	color:#ffffff; 
	}

.WhiteText a:hover {
	color:#ffffff; 
	}

.WhiteText a:active {
	color:#ffffff; 
	}

.footlinks a:link {
	color:#999999; 
	font-size:1;
	text-decoration:none;
}
.footlinks a:visited {
	color:#999999; 
	font-size:1;
	text-decoration:none;
}
.footlinks a:hover {
	color:#999999; 
	font-size:1;
	text-decoration:underline;
}
.footlinks a:active {
	color:#999999; 
	font-size:1;
	text-decoration:underline;
}

.BlueBackground {
	background: URL('finder/bluebackground.jpg') repeat-x #14fcfc;
	}
.OrangeBackground {
	background: URL('finder/orangebackground.jpg') repeat-x #fd6d26; 
	}
.YellowBackground {
	background: URL('finder/yellowbackground.jpg') repeat-x #fefd02;
	}
.GreenBackground {
	background: URL('finder/greenbackground.jpg') repeat-x #a4fe00;
	}
