.textbody {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
}
.textbodyBlack {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.textbodyNAV {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
}

.textbodyBlack {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: normal;
}
.headingBlack {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: normal;
	color: #000;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}
.medtext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
}
.medheading {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
}
.medheadingList {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}

.medheadingBlack {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.courier {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.headingcolorbkgd {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #FFFFCE;
	background-position: 100%;
	border: thin none #F00;
}
.border {
	border: 1px dotted #FF0000;
	padding: 5px;
}
