.SectionLink
{
	vertical-align: middle;
	text-align: center;
}

.LinkItem
{
	font-size: 12px;
	vertical-align: right;
	text-align: right;
	width: 50%;
	/*border-style: solid;
	border-width: 1px;
	border-right: 0px;
	border-bottom: 0px;
	border-color: #DEDEDE;*/
}

.LinkDescription
{
	padding: 5px;
	font-size: 10px;
	/*border-style: solid;
	border-width: 1px;
	border-left: 0px;
	border-top: 0px;
	border-color: #DEDEDE;*/
}

.LinkHeader, .SectionHeader
{
	text-align: middle;
	font-size: 20px;
	line-height: 20px;
	background-color: #ffffff;
	color: #C44A5F;
	text-align: center;
	padding: 5px;
	border-bottom: 1px dashed #cecece;
}

.SectionTable, .LinkTable
{
	border: 1px solid #c0c0c0;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

td
{
	background-color: #f6f6ff;
}

