body *
{
	font-family: arial;
	color: #000;
}

div.region
{
	float: left;
	min-width: 243px;
}

#americas, #europeAfrica
{
	margin-right: 5px;
}

div.title
{
	color: white;
	background-color: #aaa;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px 10px;
}

a, a:hover, a:active
{
	color: #06c;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: #245493;
}

ul
{
	margin-top: 0px;
	padding-left: 20px;
}

ul > li 
{
	list-style-image: url('hier.png');
	/*line-height: 23px;
	vertical-align: top;*/
	margin: 4px 0;
}

ul > li > ul 
{
	padding-left: 15px;
}

ul > li > ul > li
{
	list-style-image: url('hiernest.png');
	margin-left: 0;
	padding-left: 0;
}

li.countrySeparator
{
	list-style: none;
}

li > hr
{
	width: auto;
	margin: 0;
	color: #e2e2e2;
	background-color: #e2e2e2;
	height: 1px;
	border: 0;
}