#sidebar {
	color: #222222;
}

#sidebar b, #sidebar strong {
	color: #000000;
	font-weight: bold;
} 

.sidebarContentCell strong {
	color: red;
}

#sidebar a:link, #sidebar a:visited {
	color: #476689;
	text-decoration: none;
}

#sidebar a:hover, #sidebar a:active {
	text-decoration: underline;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	font-weight: bold;
	color: #000000;
}