.mainTable {
	background-color: #e5e2d3;
	border: 3px solid #000000;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	color: #A40B10;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #C80000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A10C05;
}
.buttonShadow {
	display: block;
	float: center;
	width: 100px;
	height: 18px;
	margin-top: 4px;
	font-size: 9px;
	line-height: 18px;
	text-align: center;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	color: #FFFFFF;
}
.buttonShadow:hover {
	color: #CCCC00;
	background-image: url(/img/menu/addToCart_on.gif);
}
.textBold {
	font-weight: bold;
}
.textItalic {
	font-style: italic;
}
.tableMenuBGD {
	background-image: url(../img/menuBGD.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.tableTextMainBGD {
	background-image: url(../img/mainTextBGD.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 180px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.tableTextLeftBGD {
	background-image: url(/img/mainRightTextBGD.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 180px;
	width: 250px;
	background-color: #d7e8e6;
}
.tableText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
}
.tableMargin {
	padding-top: 65px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tableMarginMain {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	padding: 10px;
}
