/* 
Template: 	StyleHome.css
Purpose: 	Additional styles for live index.cfm page
History:
001 041125 0000 ak	Created File
*/

/* Home Page */
	h2.homeSubTitle { color: #ff0000; display: inline; font-weight: bold; font-size: 130%; }	

	.FeaturedHeading { margin: 0em; padding: 0.1em; width: 95%; background-color: #cccccc;
			color: #cc0000; font-weight: bold; font-size: 130%; text-align: center}
	.FeaturedTable { margin: 0em; padding: 0em; border: 0em; width: 95%;}
	.FeaturedTable td { vertical-align:top; padding: 0.1em; width: 190px; font-size: 90%;}
	.FeaturedTable .FeaturedDisplay { color: #cc0000; font-weight: bold;  text-align: center;}
	.FeaturedTable .CatDisplay { text-align: right; margin-top: 0.3em }
	.FeaturedTable span.FeaturedPrice {color: #cc0000}	