.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A:link {
	color: #000000; }	
	
A:hover {
	color: #000000; }

A:visited {
	color: #000000; }


A.TopMenu{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

A.TopMenu:active {
	text-decoration: none;
	font-size: 12px;
	color: #808080;
	font-weight: bold;
}

A.TopMenu:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #808080;
	font-weight: bold;
}