body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;

}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.large {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
.GiftCardFloatingInfo
{
	display: none; /* initially hidden */
	position: absolute;
	background-color: White;
	border: 2px solid black;
	width: 240px;
	text-align: left;
	padding: 4px;
	z-index: 99999;
}
.ZeroDimensionHolder,
.ZeroDimensionHolderH
{
	display: none;
}
.OneDimensionHolder,
.TwoDimensionHolder
{
	width: 178px;
}
.OneDimensionHolderH,
.TwoDimensionHolderH
{
	float: left;
}
.OneDimensionHolderH .Dimension1,
.TwoDimensionHolderH .Dimension1
{
	margin-right: 2px;
}
.OneDimensionHolder .Dimension1,
.TwoDimensionHolder .Dimension1,
.TwoDimensionHolder .Dimension2
{
	width: 178px;
	height: 20px;
}
.gcValues
{
	margin-bottom: 20px;
}