/* - Applies background images to the header table cell - */
.headerbkgimage {
	background-image: url(images/hdr-bkg980.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}

/* - Applies background images to the description table - */
.descbkgimage {
	background-image: url(graphics/circles_line.gif);
	background-repeat: no-repeat;
}

/* - Applies background images to the atlas header table - */
.headbkgimage {
	background-image: url(graphics/backcircle.gif);
	background-repeat: no-repeat;
}

/* - Applies background images to the welcome page table - */
.welcomeimage {
	background-image: url(graphics/WelcomePG.gif);
	background-repeat: no-repeat;
}
