BODY {
	background: url("/pics/lei_bkgd.gif") repeat-y;
	font-family: Helvatica, Arial, Sans-serif;
	font-size: 12px;
}

A {
	color: #000000;
}

A:visited {
	color: #000000;
}

IMG {
	border: 0px;
}

IMG.arrow {
	vertical-align: bottom;
	width: 5px;
	height: 11px;
}

FORM {
	font-family: Hlelvatica, Arial, Sans-serif;
	font-size: 12px;
}	

INPUT {
	font-family: Hlelvatica, Arial, Sans-serif;
	line-height: 12px;
	font-size: 12px;
}

TABLE {
	font-family: Hlelvatica, Arial, Sans-serif;
	font-size: 11px;
}

TD.navigation {
	text-align: left;
	vertical-align: top;
	width: 150px;
	padding-top: 20px;
}

TD.body {
	text-align: left;
	vertical-align: top;
	width: 620px;
}

TD.productBody {
	text-align: left;
	vertical-align: top;
	width: 550px;
}

P {
	text-align: justify;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignJustify {
	text-align: justify;
}

.alignTop {
	vertical-align: top;
}

.alignMiddle {
	vertical-align: middle;
}

.alignBottom {
	vertical-align: bottom;
}

.bold {
	font-weight: bold;
}

.unbold {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.underline {
	font-style: underline;
}

.smallText {
	font-size: 0.9em;
}

.tinyText {
	font-size: 0.8em;
}

.blue {
	color: 0066CC;
}

.blue:visited {
	color: blue;
}

.red {
	color: red;
}

.red:visited {
	color: red;
}

.white {
	color: white;
}

.white:visited {
	color: white;
}

.gold {
	color: #cccc33;
}

.gold:visited {
	color: #cccc33;
}

.nowrap {
	white-space: nowrap;
}

.br {
	clear: both;
}

/* Product Index */
DIV.catHeader {
	font-weight: bold;
	clear: both;
	white-space: nowrap;
	padding-bottom: 10px;
}

DIV.indent {
	padding-left: 10px;
}

DIV.indent A {
	display: block;
	white-space: nowrap;
	clear: none;
}

DIV.indent A SPAN.new {
	color: red;
	font-weight: normal;
	text-decoration: none;
	margin-left: 5px;
}

/* Product pages */
TD.productBody {
	text-align: left;
	vertical-align: top;
	width: 600px;
}

.productBody H1 {
	font-size: 24px;
	color: 0066CC;
}

.productBody H2 {
	font-size: 18px;
	color: blue;
}

.productBody H3 {
	font-size: 16px;
	color: black;
}

.productBody .product {
	width: 600px;
	border: 0px;
}

.product TD, .product TH {
	padding: 2px 4px;
}

.product TH {
	text-align: left;
	background: #3366cc;
	color: #ffffff;
}

.product TH.alignLeft {
	text-align: left;
}

.product TH.alignRight {
	text-align: right;
}

.product TH.alignCenter {
	text-align: center;
}

.product TH.header {
	text-align: center;
	font-size: 1.1em;
}

.product TH.footer {
	background: #dddddd;
	color: #3366cc;
	text-align: center;
	font-weight: normal;
}

.product TD {
	text-align: left;
	background: #cccccc;
}

.product TD.alignRight {
	text-align: right;
}

.product TD.alignCenter {
	text-align: center;
}

.product TD.dark {
	background: #999999;
}

.product TD.darker {
	background: #333333;
}

.product TD.light {
	background: #dddddd;
}

.product TD.yellow {
	background: #ffffcc;
	font-size: 0.95em;
}

.product TD.white {
	background: #ffffff;
}

.product TD INPUT {
	padding: 0px;
	width: 20px;
	height: 15px;
}