.linktable
{
	font-family: Arial, Century Gothic;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;	
	padding: 5px;
	background-color: #a50021; 
	background-repeat: repeat-x;
}

a.linktablelink
{
	text-decoration: none;
	color: white;	
	font-size: 12px;
}

a.linktablelink:hover
{
	text-decoration: none;
	color: white;	
	font-weight: bold;
	font-size: 12px;
}

a.linktablelinkselected
{
	text-decoration: none;
	color: white;	
	font-weight: bold;
}

a.linktablelinkselected:hover
{
	text-decoration: none;
	color: white;	
	font-weight: bold;
}

.linktablecellselected
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Black;

}

.linktablecell
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Black;	
}
.linktablecellheader
{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: White;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: Black;
}
.td_background
{
	padding: 1px 3px; 
	background-color: #a50021; 
	background-repeat: repeat-x;
}