h1.sales {
	font-family: Comic Sans MS;
	color: 	#00a008;
	text-align: center;
}
h3.sales {
	font-family: Arial;
	color:  #000000;
	text-align: left;
}
  #overflow { overflow: scroll;
    height: 100%;
  }
BODY {
   background-color: #FFFFFF;
   color: #000000;
   link: #0000FF;
   vlink: #800080;
   alink: #FF0000;
   font-size: 10pt;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#container {
	width: 600px;
	position: relative;
	left: 50%;
	margin-left: -300px
}
TABLE.footermain {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse
}
TABLE.header {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse  
}
TR.header {
  background: url(images/header-bg.png) repeat-y;
}
TD.header {
  background: #b2b2cc;  
}
TR.navigationTop {
  margin-top: 6px;
}
TD.navTopButton {
  width: 120px;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-align: center;
  border: 1px solid black;
  background-color: #7070a0;
}
TR.body {
  width: 600px;
}
p.bodyLeft {
	margin-left  : 2em;
	margin-right : 1em;
	text-indent  : 1em;
}
td.bodyLeftJust {
  	vertical-align: top;
}
p.bodyLeftJust {
	margin-left  : 2em;
	text-align: justify;
}
TD.bodyLeft {
  vertical-align: top;
  margin-top: 2em;
  width: 25%;
}
TD.bodyRight {
  width: 50%;
  vertical-align: top;
}
hr.footermain {
    background-color: #b2b2cc;
    color: #b2b2cc;
    width: 150px;
    size: 1px;
}
TD.footermain {
  text-align: center;
  vertical-align: bottom;
  font-size: 9px;
  font-family: Tahoma, Arial, sans-serif;
}
TR.footermain {
  height: 20px;
}
a.footermain {
  color: #7070a0;
  text-decoration: none;
  font-size: 9px;
  font-family: Tahoma, Arial, sans-serif;
}
a.footermain:hover {
  background: #7070a0;
  color: white;
}
a.navigation {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
a.navigation:hover {
  color: #fcda0c;
}
h1 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7070a0;
  text-align: left;
  white-space: nowrap;  
  margin-left: 2em;
}
h1.ie_fudge {
   margin-top: 60px;
}
h2 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #7070a0;
  text-align: center;
  white-space: nowrap;  
}
TABLE.catalog {
  width: 100%
  padding: 0;
  border: 1px solid black;
  border-collapse: collapse;
}
TD.catalog,TD.catalog a {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  color: #7070a0;
  text-align: center;
  background: white;
  padding: 12px;
  padding-left: 20px;
}
TD.catalog a {
  text-decoration: none
}
TD.catalog a:hover {
  text-decoration: underline
}
TD.catalogEmpty {
  border-right: 0;
  border-bottom: 0;
}
img.item {
  width: 108px;
  height: 61px;
  text-align: top;
  border: 1px outset;
}
/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/

.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(images/shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url(images/shadow.png) right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}


/* helper classes (not YDSF related) */

.demo-ydsf {
	position: relative;
	border: 1px solid #999;
	padding: 10px;
	background: #fff url(gradient.jpg) left top repeat-x;
}

.clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { float: right; }

.note {
	width: 200px;
	border: 1px solid #666;
	padding: 10px;
	background: #ffc;
	color: #333;
}
.header img {
	position: relative; 
	top: 4px; 
	left: -1px
}
