/* '15/2/2002 SM Copyright Enzyme Design Ltd */
/* this stylesheet is referenced by 'home.asp' */


/* ids for the 4 divs of content on the home page */
#defaultrollover {
	position:absolute; 
	top:260;
	left:60;
	visibility:visible;
	z-index:50;
}
#b1rollover {
	position:absolute; 
	top:260;
	left:60;
	visibility:hidden;
	z-index:51;
}
#b2rollover {
	position:absolute; 
	top:260;
	left:60;
	visibility:hidden;
	z-index:52;
}
#b3rollover {
	position:absolute; 
	top:260;
	left:60;
	visibility:hidden;
	z-index:53;
}


/* class for the quote text displayed in the above divs */
.quote {
	font-family:arial, sans-serif; 
	font-size:12px; 
	color:#616161;
	font-weight:600;
}


/* class for the quoted person text */
.quoteitalic {
	font-family:arial, sans-serif; 
	font-size:12px; 
	color:#616161;
	font-style:italic;
}


/* class for the section description text */
.sectiondesc {
	font-family:arial, sans-serif; 
	font-size:14px; 
	color:#616161;
}

/* class for the rollovers on the homepage */
.greylink {
	font-family:arial, sans-serif; 
	font-size:14px; 
	color:#616161;
	text-decoration:none;
}
.greylink:hover {
	font-family:arial, sans-serif; 
	font-size:14px; 
	color:#616161;
	text-decoration:underline;
}
