.font20-green {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	letter-spacing: 2px;
	cursor: default;
	font-weight: bold;
	color: #003366;
}

.font20-grey {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	letter-spacing: 2px;
	cursor: default;
	font-weight: bold;
	color: #333333;
}

.font14-green-bold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	letter-spacing: 2px;
	cursor: default;
	font-weight: bold;
	color: #003366;
}

.font14-grey-bold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	letter-spacing: 2px;
	cursor: default;
	font-weight: bold;
	color: #333333;
}

.font12-green-bold {
	font-size: 12px;
	font-family: "Trebuchet MS";
	letter-spacing: 1px;
	line-height: 16px;
	color: #003366;
	font-weight: bold;
}

.font12-grey-bold {
	font-size: 12px;
	font-family: "Trebuchet MS";
	letter-spacing: 1px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}

.font12-green {
	font-size: 12px;
	font-family: "Trebuchet MS";
	letter-spacing: 1px;
	line-height: 16px;
	color: #003366;
}

.font12-grey {
	font-size: 12px;
	font-family: "Trebuchet MS";
	letter-spacing: 1px;
	line-height: 16px;
	color: #333333;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}

