﻿div.linksPanel
{
	padding-bottom: 12px;
	border-bottom: 1px solid #D7D7D7;
}

div.linksPanel h2
{
	background-color: #273996;
	color: #EAEAEA;
	font-size: 1.1em;
	padding: 6px;
	padding-left: 12px;
}

div.linksPanel div.item
{
	background-color: #D7D7D7;
	background-image: url('/Lib/Img/BlackArrowRight.png');
	background-repeat: no-repeat;
	background-position: 11px 9px;
	margin-top: 1px;
	padding: 8px;
	padding-left: 32px;
}

div.linksPanel div.item a
{
	font-size: 1.1em;
}