
/* Links */

.linkstable	{
	width: 100%;
	margin: 2em 0 0 0;
	}

.linkstable	caption	{
	text-align: left;
	font-size: 1em;
	color: #333;
	font-weight: bold;
	}

.linkstable th	{
	font-weight: normal;
	font-size: 0.95em;
	color: #999;
	padding: 0 0 2px 0;
	border-bottom: 1px #999 solid;
	text-align: left;
	}

.linkstable td	{ padding: 4px 4px 4px 0; vertical-align: top; }
.linkstable td.leftcol	{ width: 160px; }

.linkstable a, .linkstable a:visited	{ text-decoration: none; color: #00f; }
.linkstable a:hover	{ text-decoration: underline; }


