.grey2black a{
	font-family: "Trebuchet MS";
	text-decoration: none;
	color: #999999;
	border-bottom: 1px dotted #CCCCCC;
	
}

.grey2black a:hover{
	text-decoration: none;
	color: #000000;
	border-bottom: 1px #FF9900;
}

.grey2black a:visited{
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}

.grey2black a:visited:hover{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #FF9900;
}

.over {
	color: #006600;
	background-color: #FAFFEA;
}

.black2blue a{
	font-family: "Verdana";
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

.black2blue a:hover{
	text-decoration: none;
	color: #0000FF;
}

.black2blue a:visited{
	color: #000000;
	text-decoration: none;
}

.black2blue a:visited:hover{
	color: #0000FF;
	text-decoration: none;
}

.black2green a{
	font-family: "Verdana";
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.black2green a:hover{
	text-decoration: none;
	color: #006600;
}

.black2green a:visited{
	color: #000000;
	text-decoration: none;
}

.black2green a:visited:hover{
	color: #006600;
	text-decoration: none;
}

.menu a {
	font-family: "Arial";
	font-size: 12px;
	text-decoration: none;
	color: #006600;
	border-bottom: none;
}

.menu a:hover {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #FF0000;
}

.menu a:visited{
	color: #006600;
	text-decoration: none;
	border-bottom: none;
}

.menu a:visited:hover{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #FF0000;
}
