

html body {
  margin:0;
  margin-top:0px;
  padding:0;
  background:#FFFFFF;
  }



div.center
{	
	width:800px;
		margin:0 auto;
		text-align:left;
}
div.left
{	
	float:left;
}
div.right
{	
	float:right;
}
div.clear
{	
	clear:both;
}






.sans_black {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	}
.sans_black a {
	text-decoration: none;
	color: #000000;
	}
.sans_black a:hover {
	text-decoration: underline;
	color: #000000;
	}

.sans_gray {
	font-family: sans-serif;
	font-size: 12px;
	color: #808080;
	}
.sans_gray a {
	text-decoration: none;
	color: #808080;
	}
.sans_gray a:hover {
	text-decoration: underline;
	color: #808080;
	}

.sans_white {
	font-family: sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
.sans_white a {
	text-decoration: none;
	color: #FFFFFF;
	}
.sans_white a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}



.serif_black {
	font-family: palatino, serif;
	font-size: 12px;
	color: #000000;
	}
.serif_black a {
	text-decoration: none;
	color: #000000;
	}
.serif_black a:hover {
	text-decoration: underline;
	color: #000000;
	}

.serif_gray {
	font-family: palatino, serif;
	font-size: 12px;
	color: #808080;
	}
.serif_gray a {
	text-decoration: none;
	color: #808080;
	}
.serif_gray a:hover {
	text-decoration: underline;
	color: #808080;
	}

.serif_white {
	font-family: palatino, serif;
	font-size: 12px;
	color: #FFFFFF;
	}
.serif_white a {
	text-decoration: none;
	color: #FFFFFF;
	}
.serif_white a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}



.mono_black {
	font-family: monospace;
	font-size: 12px;
	color: #000000;
	}






form#contact_form table {
	padding-top: 5px;
	padding-bottom: 5px;
}
form#contact_form td {
	padding-top: 2px;
	padding-bottom: 2px;
}





.tabstyle {
	font-family: 'arial narrow',sans-serif;
	font-size: 12px;
	color: #000000;
	}
.tabstyle a {
	text-decoration: none;
	color: #000000;
	}
.tabstyle a:hover {
	text-decoration: underline;
	color: #000000;
	}











div#divPageError
{	
	font-family:helvetica,sans-serif;
	color:red;
	font-size:14px;
	line-height:120%;
	padding:10px;
	width:800px;
	margin:0 auto;
}

div#divPageError a
{	
	text-decoration:underline;
}









div.cart_link
{	
	padding:0;
	margin:0;
	
	text-align:right;
	font-family:Helvetica,sans-serif;
	text-transform:uppercase;
	font-size:12px;
}

div.cart_link a
{	
	text-decoration:none;
}

div.cart_link a:hover
{	
	text-decoration:underline;
}



span.arrow
{	
	font-family:serif;
	font-size:14px;
}










sup,
sub {
	color:blue;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}




