BODY { background-color: #ffffff; font-family: Arial; color: #000000 } 

a:link { text-decoration: none; color: "#0033cc" }
a:visited { text-decoration: none; color: "#0033cc" }
a:hover {  text-decoration: none; color: "red" } 

.subbold { color: red } 

.mainbold { color: red }


a.lowernav:link	{
	color:"#0000FF";
	text-decoration:none;
}

a.lowernav:visited	{
	color:"#0000FF";
	text-decoration:none;
}

a.lowernav:focus	{
	color:"#CC0000";
	text-decoration:none;
}

a.lowernav:hover	{
	color:"#CC0000";
	text-decoration:none;
}

a.lowernav:active	{
	color:"#CC0000";
	text-decoration:none;
}

table.lowernav	{
	font-family: "Verdana", "Helvetica";
	font-size: 7pt;	
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

a.productspage {
	font-size: 13px;
	color: Teal;
	font-weight:bold;
}

h1 { 
	font-size:13px;
	font-family:Arial; 
	font-weight:bold;
}