a.menu:hover
{
    font-family: arial, verdana, sans-serif;
    font-weight: 900;
    text-decoration: none;
    font-size: 11px;
    color: white;
    word-spacing: 10px;
    border: none;
}

a.menu
{
    font-family: arial, verdana, sans-serif;
    font-weight: bolder;
    text-decoration: none;
    font-size: 11px;
    color: white;
    word-spacing: 10px;
    border: none;
}

a:hover
{
    font-family: arial, verdana, sans-serif;
    font-weight: bolder;
    text-decoration: none;
    font-size: 11px;
    color: red;
    border: none;
}

a
{
    font-family: arial, verdana, sans-serif;
    font-weight: bolder;
    text-decoration: none;
    font-size: 11px;
    color: black;
    border: none;
}


div
{
	font-family: helvetica;
	font-size:   12px;
	text-align:  left;
}


img
{
    border: none;
}

img.thumb
{
    border: thin solid white;
}

img.thumb:hover
{
    border: thin solid red;
}



p
{
	font-family: helvetica;
	font-size:   12px;
	text-align:  left;
}


span
{
	font-family: helvetica;
	font-size:   12px;
	text-align:  left;
}


table
{
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


td.left
{
	text-align:  left;
}



tr.item:hover
{
    background-color: grey;
}
