/* - ABA Water Systems style sheet - */
/* - Last modified August 5, 2011 - */

/* - Overrides background color in aba.css - */
/* - This will only apply to Netscape 6 and greater and Internet Explorer. - */
/* - Avoids a bug in Netscape 4 that obscures text in a table with a background image. - */

/* - Applies background resources to the header table cell - */

.headerbkgimage {
	background-image: url(resources/abaGradient.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}

/* - Applies background resources to the footer table - */
.footerbkgimage {
	background-image: url(resources/abaFtr.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}

