<!--
.title {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color: #000080;
	font-weight: bold;
}

.subtitle {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	line-height: 12pt;
	color: #000080;
}

h2 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	line-height: 12pt;
	color: #000080;
	font-weight: normal;
}

a.content:link {
	font-size: 8pt;
	color: #000080;
}

a.content:hover {
	text-decoration: underline;
	font-weight: normal;
}

a.content:visited {
	font-size: 8pt;
	color: #000080;
}

.content {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #000000;
}

/* Product styles */

h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-top : 4px;
	margin-bottom : 6px;
}

.prodContent {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}

tr#prodSubA {
	font-family: Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height: 14px;
	color: #000000;
	padding: 2px;
	background-color: #EBE3E3;
}

tr#prodSubB {
	font-family: Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height: 14px;
	color: #000000;
	padding: 2px;
}

tr#prodSubC {
	background-color: #DDD6D6;
}

.hilite {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #0FBDF2;
}

.caption {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 7pt;
	line-height: 9pt;
	color: #454545;
}

.contentError {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	color: #FF0000;
}

a.footer:link {
	font-size: 8pt;
	color: #FFFFFF;
}

a.footer:visited {
	font-size: 8pt;
	color: #57C9BF;
}

a.footer:hover {
	font-size: 8pt;
}

.footer {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

#menu_1 A:link,#menu_1 A:visited{
	text-decoration: none;
}
div.naviMainItem {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  padding: 3px 16px 4px 8px; /*top,right,bottom,left*/
  cursor: pointer;
  font-size: 11px;
  font-weight : normal;
  color: #FFFFFF;
  text-decoration: none;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.naviSubMenu A:link,.naviSubMenu A:visited{
	text-decoration: none;
}
div.naviSubMenu {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  cursor: pointer;
  position: absolute;
  top: 0px;
  border: 1px solid #000000;
  background-color: #35BBAF;
  visibility: hidden;
  z-index: 10;
}

div.naviSubItem {
  /* due to an IE bug, this class must have a fixed width 
     IE needs that to register the onmouseover event for a DIV element */
  width: 150px;
  cursor: pointer;
  padding: 4px 9px 5px 8px;
  font-size: 11px;
  line-height: 13px;
  font-weight : normal;
  color: #000000;
  text-decoration: none;
  background-color: #35BBAF;
}

/* Shopping cart styles */
.cartHdr{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
-->