body{background-color:#ffffff;}
.textNormal
{
	color: #000000;
	font-family: Verdana,Arial, 'ms sans serif';
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
.textNormalBig
{
	color: #000000;
	font-family: Verdana,Arial, 'ms sans serif';
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.textsmall
{
	color: #000000;
	font-family: Verdana,Arial, 'ms sans serif';
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.textMenu
{
	color: #000000;
	font-family: Verdana,Arial, 'ms sans serif';
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.textNav
{
	color: silver;
	font-family: Verdana,Arial, 'ms sans serif';
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
A:hover.textNav
{
	color: #000000;
}