BODY {
 margin: 0px;
 background: #003 ;
 font-family: Arial, Helv, Sans-Serif;
 font-size: 9pt;
}
p {
  font-family: arial, helv, sans-serif ;
	font-size: 9pt;
}
ul {
  font-family: arial, helv, sans-serif ;
	font-size: 9pt;
}
a {
  color: #009 ;
	text-decoration: none ;
}
a:visited {
  color: #009 ;
}
a:hover {
  color: #00c ;
}
.title {
  background-image: url("/images/title-bg.gif") ;
}
.horizontalbar {
  background: #002e7a;
}
a.menu {
  color: #fff ;
	border-bottom: 1px solid #fff ;
	width: 100px ;
	text-decoration: none;
	margin-top: 2px ;
	margin-bottom: 2px ; 
	margin-left: 2px ;
	font-size: 8pt; 
	display: block ;
}
a.menu:hover {
  color: #8bf;
	border-bottom: 1px solid #8bf ;
}
a.menu:visited {
  color: #fff;
}
a.menu:visited:hover {
  color: #8bf;
	border-bottom: 1px solid #8bf ;
}
.tabletitle {
  font-family: arial, helv, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #339;
}
.producttitle {
  font-family: arial, helv, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.itemtitle {
  font-family: arial, helv, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background: #aaa ;
}
.bordered {
  border-left: 3px solid #999 ;
	border-right: 3px solid #ccc ;
	border-top: 3px solid #999 ;
	border-bottom: 3px solid #ccc ;
}
.quotes {
  font-family: arial, helv, sans-serif ;
	font-size: 8pt;
	font-weight: bold;
}
.description {
  font-family: arial, helv, sans-serif ;
	font-size: 9pt;
} 
.productitem {
  font-family: arial, helv, sans-serif ;
	font-size: 10pt;
  font-weight: bold;
	border-bottom: 1px solid #999 ;
}