/* CSS Document */
#faqContainer{
	width: 560px ;
}

.faq-header{
	font-weight: bold ;
	background: #D6D7ED ;
	padding: 3px ;
}

.faq-header .left{
	float: left ;
}

.faq-header .right{
	float: right ;
}

.faq-content{
	margin-bottom: 20px ;
	border: 1px solid #D6D7ED ;
	padding: 5px ;
}

#k2pMainLinks a{
	font-size: 14px ;
	font-weight: bold ;
	border: 1px solid black ;
	background: #3300CC ;
	color: white ;
	padding: 5px ;
	text-decoration: none ;
}

#k2pMainLinks a:hover{
	background: #0066CC ;
}

#map_legend .number{
	background: url('/content/en/about/images/map-legend-circle.gif') no-repeat ;
	text-align: center ;
	font-weight: bold ;
	color: white ;
}

#map_legend td{
	padding: 3px ;
}