@charset "utf-8";
.tNewsBody {
	font-family: Arial, Helvetica, sans-serif;
}
.tNewsTitle {
	font-size: larger;
	font-weight: bold;
}
.tNewsByline {
	font-size: smaller;
	font-style: italic;
}

.tLink {
	font-size: smaller;
}

.tLink:link {
	font-size: smaller;
}
.tLink:visited {
	font-size: smaller;
}
.tLink:hover {
	font-size: smaller;
}
.tLink:active {
	font-size: smaller;
}

.tAlert {
	font-weight: bold;
	color: #FF0000;
}
.tNotice {
	color: #00FF00;
	font-weight: bold;
}
