/* This style sheet is written to style only the table of products in the center of the page which is why the table.prod class
needed to be created. Without it, ALL the tables on the page were being styled, including left & right columns */

table.prod {
		font-family: arial,helvetica,sans serif;
		font-size: 12pt;
		font-weight: bold;
		/* border-collapse: collapse;
		border-color: black;
		border-style: solid; */
		border-right: 5px solid #356A0E;
		border-left: 5px solid #356A0E;
		border-bottom: 5px solid #356A0E;
		border-top: 5px solid #356A0E;
		background-color: #ffffff;		/* Was #527F30 */
		}
		
table.prod td {
		border-color: #356A0E;	/* was #52A330 */
		border-collapse: collapse;
		}
		
table.prod a:link {
	color: #30451E;		/* was #526430, #30451E */
		}		
		
table.prod a:hover {
	color:#FF0000;
		}
		
table.prod a:visited {
	color:#666;
		}
		
table.prod a:active {
	color: #52A330;
		}		