/* 
Template: 	StyleHome.css
Purpose: 	Additional styles for live index.cfm page
History:
001 041125 0000 ak	Created File
*/

/* Home Page */
	.FeaturedHeading {margin: 0em 0em 0.1em 0em;  padding: 0.1em; width: 100%; background-image:url(../graphics/FeaturedLines.gif);
			color: #cc0000; font-weight: bold; font-size: 100%; text-align: center;}
		.CategoryTitle {margin: -1em 0em 0.2em 0em; padding: 0em; width: 140px; background-color: #ffffff;
				color: #cc0000; font-weight: bold; font-size: 100%; text-align: center;}	
		.CategoryTitleHome {margin: -1em 0em 0.2em 0em; padding: 0em; width: 260px; background-color: #ffffff;
				color: #cc0000; font-weight: bold; font-size: 100%; text-align: center;}				
	.FeaturedTable {margin: 0em; padding: 0em; border: 0em; width: 100%;}
	.FeaturedTable td {vertical-align:top; padding: 0.1em; width: 24%; font-size: 90%;}
	.FeaturedTable .FeaturedDisplay {border: 1px solid #ffffff; color: #cc0000; font-weight: bold; text-align: center;}
	.FeaturedTable .CatDisplay {margin-top: 0.1em; padding-right: 0.1em; border-top: 1px solid #ffffff; 
		background-color:#ffffff; text-align: center; font-weight: normal; font-size: 80%}

