/* CSS Document */

#france, #usa, #uk, #spain, #brazil, #japan, #china, #asia, #hongkong {
	position:absolute;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #02318E;
	padding-top: 20px;
	padding-left: 10px;
	background-color: #EFEFEF;
	overflow: visible;
}

#france img, #usa img, #uk img, #spain img, #brazil img, #japan img, #china img, #asia img, #hongkong img {
border: none;
padding-bottom: 10px;
} 

#france h1, #usa h1, #uk h1, #spain h1, #brazil h1, #japan h1, #china h1, #asia h1, #hongkong h1 {
	font-size: 1em;
	padding-bottom: 5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FF9900;
	display: block;
	line-height: 1.7em;
	padding-left: 10px;
}

a {
	color: #02318E;
	text-decoration: underline;
	font-weight: bold;
	border:none;
}

a:hover {
	color: #FF9900;
}

img {
border:none;
}

