.linksDiv
{
	position: relative;
	height: 413px;
	width: 100%;
	overflow: scroll;
}

.linksTable
{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.linksCell1
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 199px;
	background-color: rgb(214,214,222);
	vertical-align: top;
}
.linksCell2
{
	position: relative;
	padding: 0px 0 0 0;
	margin: 0;
	width: 560px;
	background-color: white;
	vertical-align: top;
}
.linksCell1Div
{
	padding-top: 20px;
}

.linksCell2Div
{
	padding: 20px 50px 10px 80px;
}

.linksRightMenuLink, .linksRightMenuLink:link
{
	padding-left: 22px;
	font-size: 10px;
	font-weight: bold; 
	text-decoration: none;
	vertical-align: middle;
	display: block;
	line-height: 180%;
	color: black; 
}
.linksRightMenuLink:hover		{ /*text-decoration: underline;*/ }

.linksRightMenuLinkSel, .linksRightMenuLinkSel:link
{ 
	padding-left: 22px;
	font-size: 10px;
	font-weight: bold; 
	background-color: rgb(132,115,148);
	text-decoration: none;
	color: white;
	line-height: 180%;
	display: block;
	vertical-align: middle;
}

.linksContentLink, .linksContentLink:link
{ 
	font-size: 10px;
	font-weight: bold; 
	text-decoration: none;
	color: black;
	display: block;
	vertical-align: middle;
	padding: 4px 0 4px 0;
}
.linksContentLink:hover	{ text-decoration: underline; }

.linkLink, .linkLink:link
{
	font-size: 10px;
	margin-left: 20px;
	vertical-align: middle;
	color: black; 
	text-decoration: none;
}
.linkLink:hover 		{ text-decoration: underline; }

