.titletext {
	font-family: "Century Gothic", "Gill Sans", "Futura","Arial", "Helvetica";
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.bodytext {
	font-family: "Century Gothic", "Gill Sans", "Futura","Arial", "Helvetica";
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}
.bodytextred {
	font-family: "Century Gothic", "Gill Sans", "Futura","Arial", "Helvetica";
	font-size: 16px;
	color: #FF0000;
	font-weight: normal;
}
.bodytextblue {
	font-family: "Century Gothic", "Gill Sans", "Futura", "Arial", "Helvetica";
	font-size: 16px;
	color: #006699;
	font-weight: normal;
}
.smalltext {
	font-family: "Century Gothic", "Gill Sans", "Futura","Arial", "Helvetica";
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
.bodytextbluesmall {
	font-family: "Century Gothic", "Gill Sans", "Futura", "Arial", "Helvetica";
	font-size: 12px;
	color: #006699;
	font-weight: normal;
}
.bodytextwhitesmall {
	font-family: "Century Gothic", "Gill Sans", "Futura", "Arial", "Helvetica";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.standardtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
input {
	font-size: 11px;
}
select {
	font-size: 11px;
}
textarea {
	font-size: 11px;
}
.tableheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #CDC8B2;
}
