/* 
 * Style sheet for Internet Explorer 5.x
*/
/* h1 {
	font-family: Arial, Helvetica;
	font-size: 140%;
	color: #000066;
} 

p, li {
	font-family: Arial, Helvetica;
	font-size: 105%;
	color: #000066;
	line-height: 150%;
} */

.bodyContent {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	line-height: 145%
}
.productBody {
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	/* color: #000066; */ 
	line-height: 125%;
}

.catHeading {
	font-family: Arial, Helvetica;
	font-size: 150%;
	color: #004040;
	font-weight: bold;
}

.categoryList {
	font-family: Verdana, Arial, Helvetica;
	font-size: 75%;
	/* color: #000066; */ 
	line-height: 125%;
}

.productName {
	font-family: Verdana, Arial, Helvetica;
	font-size: 80%;
	/* color: #000066; 
	line-height: 150%;*/
}
.update {
	font-family: Arial, Helvetica;
	font-size: 90%;
	color: #000066;
	line-height: 110%;
}
.sidebarmenu {
	font-family: "Arial Narrow", "Helvetica Narrow";
	font-size: 91%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.sidebarsubmenu {
	font-family: "Arial Narrow", "Helvetica Narrow";
	font-size: 85%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica;
	font-size: 70%;
	color: #000066;
}
A:Link {
	color: blue; /* 35% of 000066 (blue) */
	text-decoration: none;
}
A:Visited {
	color: maroon;
	text-decoration: none; 
}