.black {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:#000000;
}
.black a {
color:#000000;
text-decoration:underline;
}
.white {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.white a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
}
.blackbold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
.whitebold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
}

.whitebold a{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}
.whiteboldbig {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
}
.redbold {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #990000;
	font-weight:bold;
}
.redbold a{
color: #990000;
text-decoration:underline;
}

.top {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #FFFFFF;
	font-weight:bold;
}

