.main {
	font-family: "Trebuchet MS";
	font-size: small;
	text-decoration: none;
	font-weight: normal;
}
.mainbold {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.mainitalic {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
}
.heading1 {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-weight: bold;
}
.mainboldred {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}
.mainred {
	font-family: "Trebuchet MS";
	font-size: small;
	text-decoration: none;
	font-weight: normal;
	color: #FF0000;
}
