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

.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2C4549;
	line-height: 19px;
}

.bodytext_countries {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2C4549;
	line-height: 19px;
}


.bodytext_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	line-height: 19px;
}

.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F3F7F8;
	line-height: normal;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #6f8d97;
	font-size:12px;
	height: 20px;
}

#link a:link {
	color: #FFFF00;
	text-decoration: none;
}
#link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#link a:visited {
	color: #FFFF00;
	text-decoration: none;
}


