@charset "UTF-8";
/* CSS Document */

.table
{
background:;
font-family: Futura;
	font-size: 12px;
	font-style: normal;

}
.table ul
{
float:left;
margin:0;
padding:0;
border:0px solid #C9C9C9;
}
.table ul li
{
list-style:none;
padding:3px 3px;
}
.table ul li.title
{
font-weight:bold;
background:
color:#fff;
}
.table ul li.even
{
background-repeat:repeat;
background-image:url(Graphics/evenBG.fw.png);
}
.table ul li.odd
{
background:
}