/* CSS for LCS Business Service Web Site */

body
        {
        background-color: #868F99;
		background-image: url(graphics/bg.gif);
		background-position: top center;
		background-repeat: repeat-x;
        }

td.ground01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	background-image: url(graphics/bg_banner.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

td.ground02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	background-image: url(graphics/bg_pen.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

td.ground03a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	background-image: url(graphics/bg_about.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

td.ground03b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	background-image: url(graphics/bg_products.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

td.ground03c {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	background-image: url(graphics/bg_results.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

font.vanillatxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #3987B0;
}

font.chocotxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #8D6D48;
}

font.berrytxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #A85064;
}

font.graytxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #484848;
}

font.browntxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #907962;
}

font.bluetxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #4E8ABE;
}

font.whitetxt {font-family: arial;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

a.brown:link {color: #907962;
	text-decoration: none;
}

a.brown:visited {color: #907962;
	text-decoration: none;
}

a.brown:hover {color: #D86F00;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #D86F00;
}

a.white:link {color: #FFFFFF;
	text-decoration: none;
}

a.white:visited {color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {color: #FFFEA5;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #FFFEA5;
}

a.blue:link {color: #4E8ABE;
	text-decoration: none;
}

a.blue:visited {color: #4E8ABE;
	text-decoration: none;
}

a.blue:hover {color: #1A86E3;
	text-decoration: underline;
	display: inline;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #1A86E3;
}

