@charset "utf-8";
.internalpagelinks {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #366732;
}
.internalpagelinks:link{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
	text-decoration:underline;
}
.internalpagelinks:visited{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
	text-decoration:underline;
}
.internalpagelinks:hover{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}
.internalpagelinks:active{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #333333;
	text-decoration:underline;
}