@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #FFF;
	text-align: center;
}
.tablesale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	text-align: inherit; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.footname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #999;
	text-align: center;
	vertical-align: top;
}
.whiteonblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background-color: #000;
}
.bold12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.textbox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #933;
	text-align: center;
}
#linkhighlight {
	font-weight: normal;
	color: #F6C;
}
.textbloc {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #666;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}
.texbloc14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #666;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	vertical-align: top;
}
.claretmedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #933;
}
.boldsmallleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.outofstock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	border: thin solid #F00;
}
.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.smallwhiteleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
}

.claretmediumc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #933;
	text-align: center;
	font-weight: bold;
}
.claretmediuml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #933;
	text-transform: capitalize;
}

.bigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.redboxed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	text-align: center;
	vertical-align: middle;
	border: thin solid #F00;
}
.brown12pbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #630;
	text-align: center;
}
.ariel14left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.greybox {
	border: medium outset #666;
	text-align: center;
}
.bold12ptright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: right;
}
.bold14lftgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: left;
	font-weight: bold;
}
.kissbox {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
}
.textbox3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	text-align: center;
}

.bold14pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.textbox2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #666;
	font-weight: bold;
	text-align: center;
}
.textbox3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666;
	text-align: center;
}

.ariel14pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.black16narrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #000;
	text-align: center;
}
.finebox {
	border: thin dashed #999;
}
.whiteonblack14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #333;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
.black115C {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.acordianbox {
	background-color: #FFF;
	text-align: center;
}

