.HomeText {
	font-family: "Trebuchet MS", Trebuchet;
	font-size: 11px;
	line-height: 17px;
}
.Inside-Menu {
	font-family: Trebuchet, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a.Red:link {
	color: #F60000;
	text-decoration: none;
}
a.Red:visited {
	color: #F60000;
	text-decoration: none;
}
a.Red:hover {
	color: #FF0000;
	text-decoration: none;
}
a.Red:active {
	color: #F60000;
	text-decoration: none;
}

