p.regions_common,
p.regions_active
{	
	font-weight: bold;
	color: black;
}

p.regions_common span,
p.regions_active span
{
	color: gray;
	font-weight: normal;
}

p.regions_common a:link,
p.regions_common a:active,
p.regions_common a:visited,
p.regions_common a:hover,
p.regions_active a:link,
p.regions_active a:active,
p.regions_active a:visited,
p.regions_active a:hover
{
	color: black;
	padding: 0px 0px 0px 20px;
	background: url(expand.gif) no-repeat center left;
	text-decoration: none;
	border: none;
}
p.regions_active a:link,
p.regions_active a:active,
p.regions_active a:visited,
p.regions_active a:hover
{
	background: url(collapse.gif) no-repeat center left;
}
p.regions_common a:hover,
p.regions_active a:hover
{
	border-bottom: 1px dashed black;
}

table.regions_table
{
	margin: 5px 0px 0px 40px;
}
table.regions_table td
{
	background: white;
	border: 1px solid black;
	padding: 0px 10px 10px 0px;
	width: 400px;
}
table.regions_table td.left
{
	background: #f0f8f0;
	width: 280px;
}
table.regions_table td p
{
	color: black;
}
a.regions_passage
{
	padding-left: 15px;
	background: url(passage.gif) no-repeat center left;
}

