.Links_OuterDiv {
	border: 1px solid silver;
	margin: 20px;
	padding: 20px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.Links_Category {
	width: 90%;
	background-image : url(../Images/GreenBkrnd_Bottom.png);
	background-repeat : repeat-x;
	background-position : bottom;
	border-bottom: 2px solid navy;	
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-weight: bold;
	color: white;
}

.Links_RowNumber {
	font-weight: bold;
	color: gray;
}	
	
.Links_Link {
	margin-left: 35px;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5em;
	cursor: pointer;
	font-weight: bold;
}

.Links_Desc {
	/*  border: 1px solid silver;  */
	margin: 5px;
	margin-top: 0px;
	margin-left: 35px;
	padding: 8px;
	font-size: 13px;
}
