body {
	font: 80% Verdana,Arial,Helvetica,sans-serif;
}

td.nav {
	font-size: 80%;
}


.nav_top {
	font-size: 90%;
	letter-spacing: -0.1ex;
}

a.nav_top_link {
	color: black;
	text-decoration: none;
}

a.nav_top_link:hover {
	color: red;
}

A:link
{
    COLOR: #000000;
    TEXT-DECORATION: none
    font-weight :bold
}
A:active
{
    COLOR: #000000;
    TEXT-DECORATION: none
    font-weight :bold
}
A:visited
{
    COLOR: #000000;
    TEXT-DECORATION: none
    font-weight :bold
}
A:hover
{
    COLOR: #ff0000;
		TEXT-DECORATION: none
		font-weight :bold
}
TD {
text-decoration: none;
font-family:verdana,arial,helvetica;
font-size:11px;
color: #000000;
}