@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BBD1EA;
}

/* CSS Document */

 .bigtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #339;
	font-weight: bold;
}
.medtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #339;
}
.smallbold {
	font-size: medium;
	font-weight: bold;
}
.tcfflogobox {
	background-color: #FFF;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #1AA1F3;
}
a:hover {
	color: #00F;
}
a:active {
	color: #020202;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.quote {
	font-family: "Courier New", Courier, monospace;
	color: #339;
}
