.worldmap {
	background-color: #FFF;
	color:#444444;
	width: 555px;
	overflow: hidden;
}
.worldmap p {
		margin-bottom:14px;
}

.worldmap p a{
	color:#0065a3;
	text-decoration: none;
}

.worldmap p a:hover{
  text-decoration: underline;
}

/* ++++++++++++ Start Tablestyles ++++++++++++ */
.centerCol table {
	font-size: 11px;
	width: 100%;
	margin-bottom: 2em;
}

.centerCol table.standard tr td {
	background: url(img/bg_table.jpg) left bottom repeat-x;
	padding: .4em .8em;
	border-bottom: 1px solid #e9e9e9;
}

.centerCol table.standard tr.over td {
	background: url(img/bg_table_hi.jpg) left bottom repeat-x;
}

.centerCol table.standard tr td.head {
	background: none;
}

.centerCol table tr td a {
	text-decoration: none;
	color: #0165a3;
}

.centerCol table tr td a:hover, .centerCol table tr td a:active {
	text-decoration: underline;
}

.centerCol table.resultlist {
	margin-top: 1em;
}

.centerCol table.worldmap {
	width: 567px;
	margin-bottom: 0;
	border-top: 1px solid #e9e9e9;
}

.centerCol table.worldmap.level2, .centerCol table.worldmap.level3, .centerCol table.worldmap.level4 {
	border-top: 0;
}

.centerCol table.worldmap tr td {
	background: url(img/bg_level1.gif) left bottom repeat-x;
	padding: .4em 0;
	border-bottom: 1px solid #e9e9e9;
	width: 174px;
	color: #000;
	vertical-align: top;
}

.centerCol table.worldmap tr td.subpoints {
	padding: 0;
	border-bottom: 0;
}

.centerCol table.worldmap.level2 tr td {
	background: url(img/bg_level2.gif) left bottom repeat-x;
}

.centerCol table.worldmap.level3 tr td {
	background: none;
}

.centerCol table.worldmap tr td.first {
	padding-left: 10px;
	width: 383px;
}

.centerCol table.worldmap.level2 tr td.first {
	padding-left: 30px;
	width: 363px;
}

.centerCol table.worldmap.level3 tr td.first {
	padding-left: 50px;
	width: 343px;
}

.centerCol table.worldmap tr td a {
	text-decoration: none;
	color: #0165a3;
	display: block;
	width: 100%; /* IE6 */
}

.centerCol table.worldmap tr td.first a {
	background: url(img/arrow_level1.gif) 0 4px no-repeat;
	padding-left: 17px;
	font-weight: bold;
}

.centerCol table.worldmap.level3 tr td.first a {
	background: url(img/arrow_level3.gif) 0 5px no-repeat;
	padding-left: 10px;
	font-weight: normal;
}

.centerCol table.worldmap tr td a:hover, .centerCol table.worldmap tr td a:active {
	text-decoration: underline;
}

.level4 {
	background: url(img/arrow_level3_hi.gif) 0 5px no-repeat;
	margin: .4em 0 0 29px;
	padding: .4em 0 0 21px;
	width: 517px;
}

.level4 h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 1.25em;
}

.level4Left {
	float: left;
	width: 320px;
	margin-right: 20px;	
	margin-top: 1.5em;
}

.level4Right {
	float: left;
	width: 175px;
	margin-top: 1.5em;
}

.hiddenlevel{
	display: none;
}

span.right {
	display: block;
	float: right;
}