@charset "utf-8";
/* CSS Document */


/*
 * Map page only
 */
.map_country_link {
	display:block;
	text-decoration:none;
	color:#000;
	width:10em;
	border:1px solid #000;
	line-height:1.6em;
}
.map_country_link:link, .map_country_link:visited, .map_country_link:active {
	color:#000;
	background-color:#99ccff;
}
.map_country_link:hover {
	color:#000;
	background-color:#d14848;
}
.map_country_link_nodeal {
	font-size:10pt;
	line-height:1.5;
	display:block;
	text-decoration:none;
	color:#000;
	width:10em;
	border:1px solid #000;
}
.map_country_link_nodeal:link, .map_country_link_nodeal:visited, .map_country_link_nodeal:active {
	background-color:#99ccff;
}
.map_country_link_nodeal:hover {
	background-color:#CC0000;
}

