.leftbar {
	background-color: white;
}
.leftgroup {
	border: 1px solid #D6CFC5;
	background-color: white;
}
.leftgroup h1, .leftgroup h2, .leftgroup h3, .leftgroup h4
{
	background-color: #D6CFC5;
	color: #82735C;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}
.leftgroup ul {
	margin: 5px;
	padding: 0px;
	list-style-type: none;	
	text-align: left;
	font-size: 11px;
	color: black;
}
.leftgroup li
{
	line-height: 14px;
	margin: 0pt;
	padding: 0pt 0pt 0pt 12px;
	font-size: 11px;
}
.leftgroup a {
	color: #82735C;
	text-decoration: none;
}
.leftgroup a:hover {
	color: #82735C;
	text-decoration: underline;
}
.leftgroup h4 a, .leftgroup h4 a:hover {
	color: #82735C;
}