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


/* required for the scroller */
BODY { margin:0; width:100%; height:100%; overflow:hidden; }
#content {
	position:absolute; 
	font-family:arial, sans-serif; 
	font-size:15px; 
	color:#000000;
}


/* id for the cp logo in the top left */
#logo {
	position:absolute; 
	top:20px;
	left:25px; 
}


/* id for bottom right buttons and the grey bar underneath them */
#bottombuttons {
	position:absolute; 
	top:495;
	left:472;
	z-index:100;
}


/* id for the main table of content starting beneath the three buttons */
#main {
	position:absolute; 
	top:177;
	left:0;
	z-index:1;
}


/* id for the three rollover buttons */
#button1 {
	position:absolute; 
	top:72px;
	left:0px; 
}
#button2 {
	position:absolute; 
	top:107px;
	left:0px; 
}
#button3 {
	position:absolute; 
	top:142px;
	left:0px; 
}


/* id for the three dropdown menus */
#menu1 {
	position:absolute; 
	top:107;
	left:472;
	width:236;
	background-color:#006600;
	layer-background-color:#006600;
	visibility:hidden;
	z-index:1000;
}
#menu2 {
	position:absolute; 
	top:142;
	left:472;
	width:236;
	background-color:#006599;
	layer-background-color:#006599;
	visibility:hidden;
	z-index:2000;
}
#menu3 {
	position:absolute; 
	top:177;
	left:472;
	width:236;
	background-color:#993399;
	layer-background-color:#993399;
	visibility:hidden;
	z-index:3000;
}


/* class for the links in the dropdowns */
.dropdown {
	font-family:arial, sans-serif; 
	font-size:13px; 
	color:#ffffff; 
	font-weight:700;
	text-decoration:none;
}


/* 3 classes for black standard text; bold black standard; italic black standard; aligned black standard */
.text {
	font-family:arial, sans-serif; 
	font-size:15px; 
	color:#000000;
}
.boldtext {
	font-family:arial, sans-serif; 
	font-size:15px; 
	color:#000000;
	font-weight:600;
}
.italictext {
	font-family:arial, sans-serif; 
	font-size:15px; 
	color:#000000;
	font-style:italic;
}

/* plain link with no underline */
.text {
	font-family:arial, sans-serif; 
	font-size:15px; 
	color:#000000;
	text-decoration:none;
}