.style3 {
    font-size: 12px;
    font-style: italic;
}

.sidebarTable {
    display: table;
    width: 100%;
    /*border: 1px solid #999999;*/
}

.sidebarTableBody {
    display: table-row-group;
}

.sidebarTableRow {
    display: table-row;
}

.sidebarTableCell {
    display: table-cell;
	width: 48%;
    padding: 3px;
    border: 4px solid #f0f0f0;
	border-spacing: 10px;
	position:relative;
}

.sidebarTableCell a {
    padding-top: 10px;
	color: white;
	font-weight:bold;
}

.sidebarTableCell h2 {
    padding: 10px;
	text-align: center;
	background-color: #3a5298;
	color: white;
	font-size:12px;
}

.sidebar h2, h2 a, h2 a:visited, h2 a:active {
	font-size: 1em;
	font-weight: bolder;
	color: #fff;
	padding: 2px 2px 2px 0px;
	line-height: 1.2em;
}

.sidebarTableCell p {
    padding: 0px 5px 0px 5px;
}

a.rightlink {
	color: #990000;
	font-weight: normal;
}

p.rightlink {
	line-height: 1.1em;
}