/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
img {
	border:0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.link_ensba {
	padding:1px;
	white-space: nowrap;
	text-decoration: none;
	color:#FFF;
	background-color: black;
}
a.link_ensba:link {
	padding:1px;
	white-space: nowrap;
	text-decoration: none;
	color:#FFF;
	background-color: black;
}
a.link_ensba:visited {
	padding:1px;
	text-decoration: none;
	color:#FFF;
	background-color: black;
}
a.link_ensba:hover {
	padding:1px;
	text-decoration: none;
	color:#000;
	background-color: #FFF;
}
a.link_ensba:active {
	padding:1px;
	text-decoration: none;
	color:#FFF;
	background-color: black;
}

.link_ensba_white {
	padding:1px;
	white-space:nowrap;
	text-decoration: none;
	color: #000;
	background-color: white;
	border:1px solid black;
}
a.link_ensba_white:link {
	padding:1px;
	white-space:nowrap;
	text-decoration: none;
	color: #000;
	background-color: white;
	border:1px solid black;
}
a.link_ensba_white:visited {
	padding:1px;
	text-decoration: none;
	color: #000;
	background-color: white;
	border:1px solid black;
}
a.link_ensba_white:hover {
	padding:1px;
	text-decoration: none;
	color: #000;
	background-color: white;
	border:1px solid black;
}
a.link_ensba_white:active {
	padding:1px;
	text-decoration: none;
	color: #000;
	background-color: white;
	border:1px solid black;
}


