/* CSS Document */

.text {
	color:#000000;
	font-family:"Century Gothic";
	text-align: left;
}

.textcentered {
	color:#000000;
	font-family:"Century Gothic";
	text-align: center;
	font-weight:bold;
}

.textbig {
	color:#000000;
	font-size:48px;
	font-family:"Bookman Old Style";
	text-align:center;
}

.textbold {
	color:#000000;
	font-family:"Century Gothic";
	font-weight:bold;
}

.pageheader {
	color:#663300;
	font-size:24px;
	font-family:"Century Gothic";
	text-align:Left;
	font-weight:bolder;
}