	
	.linkSection {
		position : relative;
		/*top:0;*/
	 	left: 0;
	 	right: 0;
	 	/*padding-top:0.2em;
	 	padding-left: 0.5em;
	 	padding-bottom: 0.3em;*/
	 	background-color:#CCC;
	} 
	
	#linkHeader {
	 	height: 1.4em;
	 	background-color:gray;
	 	border-bottom-width:0.2em;
	 	border-bottom-style:solid;
		border-color:white;
	}
	
	#linkListTop {
	 	background-color:#CCC;
	 	border-bottom-width:0.2em;
	 	border-bottom-style:solid;
		border-color:white;
		padding-left:0.5em;
		font-size: 0.89em;
	}

	#linkBreak {
	 	height: 3.7em;
	 	background-color:white;
	 	border-top-width:0.05em;
	 	border-top-style:solid;
	 	border-bottom-width:0.05em;
	 	border-bottom-style:solid;
	 	border-color:#BBB;
	 	font-family:arial; 
	 	font-weight:bold; 
	 	color:gray; 
	 	padding-bottom:1em;
	}

	#linkListLow {	
	 	background-color:#CCC;
	 	border-top-width:0.3em;
	 	border-top-style:solid;
	 	border-bottom-width:0.2em;
	 	border-bottom-style:solid;
		border-color:white;
		font-size:0.9em;
	}

	#linkFoot {
	 	background-color:White;
	 	border-bottom-width:0.05em;
	 	border-bottom-style:solid;
	 	border-color:#BBB;
	 	
	 	font-family:arial; 
	 	font-weight:bold; 
	 	color:gray; 
	 	padding-bottom:1em;
	 	
	 	height:3em;
	}
	
	.linkExtra {
		position : absolute;
		top:0;
	 	left:102%;
	 	height:100%;
	 	width: 0.7em;
	 	border-bottom-width:0.2em;
	 	border-bottom-style:solid;
	 	border-bottom-color:White;
	 	background-color:#CCC;
	}