<!--
a.mainNav:link    {
	/* Applies to unvisited links of class mainNav */
  text-decoration:  none;
	color:            black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
  } 
a.mainNav:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:  none;
  color:            #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  } 
a.mainNav:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:  underline;
  color:            #cc0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  } 
a.mainNav:active  {
  /* Applies to activated links of class mainNav */
  text-decoration:  underline;
  color: black;
  font-size: 9px;
  }
.TopText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.DottedLineBox {
	border: 2px dashed #999999;
}
.Price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.TCtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.greyBorder {
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}
.WhitBG {
	background-image: url(http://cdn.overstock.com/img/mxc/20070327_BGShadow2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.HeaderTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #96171A;
	text-decoration: none;
}
.WhitBGHead {
	background-image: url(http://cdn.overstock.com/img/mxc/20070327_BGShadowHead.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
-->
</style>