table.linksTable
{
	border: #d69200 1px dashed;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: auto;
	border-collapse: collapse;
}



.linksTable p
{
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	font-family: sans-serif;
	font-size: 12px;
}




.linksTable a
{
	padding: 0 0 0 10px;
}




.linksTable tr.title
{
	background-color: #b4892d;
	width: 100%;
	height: 30px;
	text-align: left;
}


.linksTable tr.title p
{
	font-weight: bold;
	color: #e4e8ec;
}



.linksTable tr.darkRow
{
	background-color: #eacf96;
	height: auto;
	width: 100%;
	text-align: left;
}




.linksTable tr.lightRow
{
	background-color: #f3e9d4;
	height: auto;
	width: 100%;
	text-align: left;
}




.linksTable td.link
{
	width: 45%;
}



.linksTable td.description
{
	width: 55%;
}