body
{
}
.rightcolumn
{
	width:730px;
	background-color: White;
	margin-top: 4px;
	

}
.LinksTable
{
	width:100%;
	border: solid 1px black;
	margin:10px;
}

.LinksTable a
{
	text-decoration:none;
	color:#000000;
}

.CaptionTr
{
	padding:2px;
	background-color:#124384;
	border-bottom : solid 1px black;
	font-family : Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: White;
	text-align:center;
}
.CaptionTr td
{
	border-bottom : solid 1px #999999;
}
.ItemTr
{
	padding:2px;
	background-color:#EEEEEE;
	
	font-family : Tahoma;
	font-size: 12px;
	font-weight:normal;
	color: black;
}
.ItemTr td
{
	border-bottom : solid 1px #D9D9D9;
}
.AlternatingItemTr
{
	padding:2px;
	background-color:#FFFFFF;
	
	font-family : Tahoma;
	font-size: 12px;
	font-weight:normal;
	color: black;
	
}
.AlternatingItemTr td
{
	border-bottom : solid 1px #D9D9D9;
}