﻿body
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Serif;
}

.btn1Bkg
{
	background-image: url(Images/btn1Bkg.bmp);
	height: 51px;
}
.btn1
{
	background-image: url(Images/btn1.bmp);
	height: 31px;
	width: 150px;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Serif;
	background-repeat: repeat;
	text-align: center;
}
.btnLink
{
	color: black;
	text-decoration: none;
}
.h4Cell
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Arial, Serif;
	background-color: #d08809;
	height: 20px;
}

.h3Cell
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-family: Verdana, Arial, Serif;
	background-color: #cc6600;
	height: 30px;
}

.text
{
	font-size: 10pt;
	font-family: Verdana, Arial, Serif;
}

.textH /*Higlighted text*/
{
	font-weight: normal;
	font-size: 10pt;
	font-weight: bold;
	color: Blue;
	font-family: Verdana, Arial, Serif;
}

.table
{
	background-color: white;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: left;
}
.tableCellStore
{
	background-color: #f2f291;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: left;
}
.tableCellStoreH
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align: left;

	font-weight: bold;
	font-size: 8pt;
	color: Black;
	font-family: Verdana, Arial, Serif;
	background-color: #e3e388;
	height: 20px;
}

.tableh4Cell
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
	text-align:left;

	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana, Arial, Serif;
	background-color: #d08809;
	height: 20px;
}

.listPrice
{
	text-decoration: line-through;
	font-family: Arial, Verdana, Serif;
}
.Price
{
	font-weight: bold;
	font-size: 10pt;
	color: Maroon;
	font-family: Verdana, Arial, Serif;
}

.alternateItemBkClr
{
	background-color: #ECEC8D;
}

	A:visited {color: Blue ;}
