.black {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.white {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.blackbold {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	font-weight:bold;
}
.graybold {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	font-weight:bold;
}

	A:link {color: #000000;}        /* specificity = 1,1 */
	A:active {color: #000000;}       /* specificity = 1,1 */
	A:hover {color: #000000;}    /* specificity = 1,1 */
	A:visited {color: #000000;}   /* specificity = 1,1 */
.whitebold {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	font-weight:bold;
}
.tophed {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #838383;
	font-weight:bold;
}