﻿body
{
	background-color: #000000; text-align: center; font-family:Arial, Helvetica, sans-serif; font-size:0.8em;
}
th{
	font-family:"Times New Roman", Times, serif; 
	font-size:1.3em; 
	font-style:italic;
	border: solid 1px Black; 
	border-bottom:none
}
table.main
{
    background-color: #b84a20;
}
.current_page{background-color:#DA8D4C;} /*Set the background color on menu for current page*/
.beige
{
    background-color: #FFD77D;
    border: solid 1px black;
    text-align: left;
    vertical-align:top;
}
.product_table{text-align: left;padding-right:5px; padding-left:5px;}
.product_cell
{
	padding-top:0px; 
	border: solid 1px Black; 
	border-top:none; font-size:1.0em;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: WHITE; 
	font-family:Arial, Helvetica, sans-serif;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: WHITE;
	font-family:Arial, Helvetica, sans-serif;
	}
a:hover { 
	text-decoration: none; 
	color: WHITE;
	font-family:Arial, Helvetica, sans-serif;
	}
a:active { 
	text-decoration: none; /*background-color:#333333; */
	color: WHITE;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.beige_bkg
{
    background-color: #FFD77D;
}

tr.products{height:250px; vertical-align:top; font-size: 0.9em; color:#4A0000;}