a.hlink:link {
	text-decoration:none;
	color:#3E7EB7;
	}

a.hlink:visited {
	text-decoration:none;
	color:#3E7EB7;
	}

a.hlink:hover {
	text-decoration:underline;
	color:#3E7EB7;
	}

td {
	font-family:"verdana", "arial", "Helvetica";
	font-size:8pt;
    line-height:12pt;
    text-align: justify
    }  
  
img.brownborder {
	border-style:solid;
	border-color:#d5bac1;
	border-width:1px;
    }

#scrollbox {width:640; height:270; overflow:auto; padding:10px; border:0;}

#productscrollbox {width:660; height:270; overflow:auto; padding:10px; border:0;}


/* ---------- Below is the styling for the dynamic menus --------------- */

body  { font: 14px/1.3 verdana, arial, helvetica, sans-serif; }
h1 { font-size:16px }
a:link { color:#33c }	
a:visited { color:#339 }	

/* These are the style specifications for the menu layers.  
   Set width to get more browsers' corporation  */
div.menu  { 
  position:absolute; visibility:hidden; 
  width:110px; z-index:500;
  font-size:11px; 
  background-color:#ffffff; 
}

/* Style specifications for menu items and links  */
div.menu ul { margin:.5em 1em .6em 0; padding:0 }
div.menu ul li { line-height:1; list-style-type:none; margin:0 0 .8em .4em; }

div.menu a { text-decoration:none; white-space:nowrap; }  
div.menu a:link { color:#33b }
div.menu a:visited { color:#339 }
div.menu a:hover { color:#33c; border-bottom:1px dashed #33c }
