/* CSS Document */

body{
	/*background-color: #333333;*/
	background: #fff url(../images/bg_body.jpg) repeat-y top center;
}
body,td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
/*	font: 0.8em verdana, arial, sans-serif;
	line-height: 170%;
	color: #111;*/
}
h1{
	font-size: 18px;
	font-weight: bold;
	color: #1B3073;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: double;
	border-bottom-color: #EC8B2A;
}
h2 {
	font-weight: bold;
	color: #669900;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.table_border_orange {
	border: 1px solid #EC8B2A;
}
.country_links {
	font-size: 12px;
}



.links_nav {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}.links_emphasis {
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}.links_emphasis:hover {
	color: #0066FF;
}.links_emphasis:visited {
	text-decoration: none;
}
.links_nav2 {
	color: #1B3073;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}.links_nav2:hover {
	color: #ff9900;
	text-decoration: underline;
}
.links_nav2:visited {
	text-decoration: none;
}
.emphasis {
	font-weight: bold;
}
.emphasis_orange {
	font-size: 18px;
	font-weight: bold;
	color: #EC8B2A;
}

.footer {
	font-size: 10px;
	color: #666666;
}
.links_nav:hover {
	color: #B4C3E0;
}.links_nav:visited {
	text-decoration: none;
}
.links {
	color: #0066CC;
	text-decoration: none;
}.links:hover {
	color: #EA953B;
}.links:visited {
	text-decoration: none;
}

