#layer1 {
   background-color : #d5eefd; 
   layer-background-color : #d5eefd;
   border-width: 1px; 
   border-style: solid; 
   border-color: #006666; 
   width: 140px; 
   top: 120px;
   left: 190px; 
   position: absolute;
   visibility: hidden; 
}


#layer2 {
   background-color: #d5eefd; 
   layer-background-color: #d5eefd;
   border-width: 1px; 
   border-style: solid; 
   border-color: #006666; 
   width: 140px;
   top: 120px;
   left: 340px; 
   position: absolute; 
   visibility: hidden; 
}


#layer3 {
   background-color: #d5eefd; 
   layer-background-color: #d5eefd;
   border-width: 1px; 
   border-style: solid; 
   border-color: #006666; 
   width: 200px; 
   top: 120px;
   left: 440px; 
   position: absolute; 
   visibility: hidden; 
}


#layer4 {
   background-color : #d5eefd; 
   layer-background-color : #d5eefd;
   border-width: 1px; 
   border-style: solid; 
   border-color: #006666; 
   width: 170px; 
   top: 120px;
   left: 550px; 
   position: absolute; 
   visibility: hidden; 
}


#layer5 {
   background-color: #d5eefd; 
   layer-background-color: #d5eefd;
   border-width: 1px; 
   border-style: solid; 
   border-color: #006666; 
   width: 150px; 
   top: 120px;
   left: 670px;  
   position: absolute; 
   visibility: hidden; 
}


/* ############################################################################ */
/* Controls the links. */	

/* Unvisited Link. */
a:link {
	font-family: Arial;
	font-size:  9pt;
	font-weight: normal;
	text-decoration: none;
	color: #CC0000
	}

/* Selected link. CRIMSON Red for web #C00000. */
a:active {
	font-family: Arial;
	font-size:  9pt;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	}

/* Visited link. MEDIUM-WARM gray. */
a:visited {
	font-family: Arial; 
	font-size:  9pt;
	font-weight: normal;
	text-decoration: none;
	color: #898989;
	}
	
/* The link during a mouseover. GOLD for web.*/
a:hover {
	font-family: Arial; 
	font-size:  9pt;
	font-weight: normal;
	text-decoration: none;
	color: #F9BC53;
	}


