@charset "iso-8859-1";
/* CSS Document */

td.on{
	color:#FFF;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
}
td.off{
	color:#FFFFFF;
	white-space: nowrap;
	height: 25px;
}
a:hover {
	color: #4A1C61;
}

td.menu{
	white-space: nowrap;
	background-color: #000;
}
table.menu
{
	font-size:100%;
	position:absolute;
	visibility:hidden;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}.bgmenu {
	background-color: #FFF;
	background-image: url(images/menu_tile.jpg);
	background-repeat: repeat-x;
	height: 43px;
	vertical-align: bottom;
}
td.soff {
	color:#FFFFFF;
	white-space: nowrap;
	height: 25px;
	background-image: url(images/overlay.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
td.son {
	color:#FFF;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	background-image: url(images/overlay.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

