td, body, tr {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
body{background-image:url(images/background.png);
background-repeat:repeat-x;}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}

#tabs{ display:block;
background:#EDE7DE url(images/Tab_Mosaic.gif) repeat-x 0 100%;
}
#tabs ul
{
	display:inline;
	padding:0px;
	margin:0px;
	font-size:1.1em;
	line-height:13px;
	text-align:left;
}
#tabs ul li:first-child { margin-left:2px; }
#tabs ul li{ display:block; margin:0px 0 0 -1px; padding:0; float:left;
}
#tabs ul li a { display:block; float:left; color:#5b5b5b; text-decoration:none;
	padding:7px 10px 8px;
}
#tabs ul li span{ display:block; float:left; }
#tabs li a { background:url(images/Tab_Mosaic.gif) no-repeat 100% -120px; }
#tabs li.active{ background:#fff url(images/Tab_Mosaic.gif) no-repeat 0px 0px;
	z-index:300;
}
#tabs li.active a{ background:url(images/Tab_Mosaic.gif) no-repeat 100% -60px;
	z-index:300;
}
