@charset "UTF-8";
/* CSS Document */

.ah80 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.ah65 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
}

.ah70 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none; 
}

a.menu:link {
	text-decoration: none;
	color: #666;
}
a.menu:visited {
	text-decoration: none;
	color: #666;
}
a.menu:hover {
	text-decoration: underline;
	color: #000;
}
a.menu:active {
	text-decoration: none;
	color: #666;
}

.gr {
	color: #666;
}

.name {
	color: #666;
	font-weight: bold;	
}

.grey130 {
	color: #666;
	font-size: 130%;
}
