/* the curved corners from Stu Nicholls?? work better in MSIE */
/* curved is the outer container for each of the sliding tabbed notebooks of links - info1 and info2 */
.curved {	/*width:15em;*/	}
.title .curved {width:150px; text-align:center;}	
#home .title .curved {width:340px;}
.curved .b1, .curved .b2, .curved .b3, .curved .b4  {
	font-size:1px; 
	display:block; 
	background:#C9EBF7; /* the color of the border */
	background: #f6feff;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/*  */ 
	}
.curved .b1, .curved .b2, .curved .b3 {	height:1px;	}
.curved .b2, .curved .b3, .curved .b4 {
	border-left:1px solid #88c; 
	border-right:1px solid #88c;
	background:#f0f0f0; /* the color of the border */
	background:#C9EBF7;/* the color of the border */
	background: #f6feff;
	}
.curved .b1 {	margin:0 4px; 	background:#88c;/* the color of the border */	}
.curved .b2 {	margin:0 2px; 	border-width:0 2px;	}
.curved .b3 {	margin:0 1px;	}
.curved .b4 {	height:2px; 	margin:0;	}
.curved .c1 {	margin:0 5px; 	background:#88c;/* the color of the border */	}
.curved .c2 {	margin:0 3px; 	border-width:0 2px;	}
.curved .c3 {	margin:0 2px;	}
.curved .c4 {	height:2px; 	margin: 0 1px;	}
.curved .boxcontent {
	background:transparent; 
	border-left:1px solid #88c; 
	border-right:1px solid #88c; 
	font-size:0.9em; 
	/*	text-align:justify;	text-align:center;*/
	cursor:default;
	background:#C9EBF7;/* the color of the border */
	background: #f6feff;
	}
/* end curved */
