.leftbar {
	background-color: white;
}
.leftgroup {
	margin-bottom: 10px;
}
.leftgroup h1, .leftgroup h2, .leftgroup h3, .leftgroup h4
{
	/*text-transform: uppercase;*/
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 10px 3px;
}
.leftgroup ul, .leftgroup table {
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	text-align: left;
	font-size: 11px;
	color: black;
}
.leftgroup li
{
	background: transparent url(/images/gui/bullet.gif) no-repeat scroll 0px 15px;
	line-height: 16px;
	margin: 0pt;
	/*padding: 0pt 0pt 0pt 10px;*/
	padding: 10px 0px 10px 10px;
	border-top: 1px dotted gainsboro;
	
}
.leftgroup a {
	color: black;
	text-decoration: none;
}
.leftgroup a:hover {
	color: black;
	text-decoration: underline;
}