@charset "iso-8859-1";
/* CSS Document */

a:focus, a:active {
	outline:none;
}

body,td,th {
}

a {
	font-family: Frutiger, sans-serif;
	font-size: xx-large;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #009999;
}
a:active {
	text-decoration: none;
}


