.sidebarSection{
	margin-bottom: 15px;
	/* 1px font size required to fix IE bug */
	font-size: 1px;
}

.sidebarSection ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.sidebarSection li{
	padding-top: 10px;
	padding-left: 10px;
}

.sidebarSection a{
  color: #003366;
  text-decoration: none;
}

.sidebarSection a:hover{
  color: #CC0033;
  text-decoration: none;
}

.sidebarSection a:visited{
  color: #792B84;
  text-decoration: none;
}