@charset "utf-8";
/* CSS Document */
.style1 {
	font-size: 36px;
	font-style: italic;
	color: #CCFF66;
}
.style3 {font-size: 24px}
.style4 {color: #FFFF99}
.style8 {font-size: 12px}
.style14 {font-size: 16px}
.style17 {font-size: 18px}
.style23 {font-weight: bold}
.style27 {font-size: 90px; color: #CCFFCC; }
.style30 {font-size: 120px; color: #CCCCFF; }
.style31 {
	font-size: 130px;
	color: #CC9999;
}
.style32 {
	font-size: 130px;
	color: #FFFF66;
}
.text {
	font-size: 14px;
	color: #64675f;
}
.lgtext {
	font-size: 18px;
	color: #64675f;
}
.header {
	color: #64675f;
	font-size: 24px;
}
.smheader {
	color: #64675f;
	font-size: 20px;
}
.footertext {
	font-size: 11px;
	color: #333333;
}.pagequote {
	font-size: 36px;
	font-style: italic;
	color: #788d45;
}
.style10 {font-size: 10px}

img.floatLeft { 
    float: left; 
    margin: 3px; 
}