/* CSS definition file containing site wide stylesheets */

.GreenBar {
	color: rgb(102,153,0);
 	background-color: rgb(220,238,202)
}

.SubHeadTeal {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	color: rgb(0,102,102);
 	font-weight: bold
}

.HeadingBurgundy {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	color: rgb(102,0,51);
 	font-weight: bold
}

.PromoNavOff {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	color: rgb(0,0,0);
 	height: 23px;
 	font-weight: bold;
 	background-image: url( "C:\\\\User Sites\\\\LakelandBank\\\\LakelandPublic\\\\Assets\\\\Button_regular.jpg" )
}

.PromoNavHilite {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	color: rgb(102,0,51);
 	height: 23px;
 	font-weight: bold;
 	background-image: url( "../assets/images/Button_regular.jpg" )
}

.PromoNavOn {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 11px;
 	color: rgb(128,128,128);
 	height: 23px;
 	font-weight: bold;
 	background-image: url( "C:\\\\User Sites\\\\LakelandBank\\\\LakelandPublic\\\\Assets\\\\Button_regular.jpg" )
}

.transparentBack {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10px;
 	background-color: transparent
}

.GrayAccent {
	font-size: x-small;
 	color: rgb(102,102,102)
}