@charset "ISO-8859-1";
.titleletters {
	font-family: "Comic Sans MS", cursive;
	font-size: 10px;
	color: #333;
}
.maintext {
	font-family: "Comic Sans MS", cursive;
	font-size: 10pt;
	color: #000;
}
.checkit {
	font-family: "Comic Sans MS", cursive;
	font-size: 10pt;
	color: #000;
	letter-spacing: 3px;
	vertical-align: middle;
	line-height: 27px;
}
.hoverhere {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #C30;
	font-weight: bold;
	cursor: pointer;
}
.meterblue {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 7pt;
	color: #09F;
	font-weight: bold;
	cursor: pointer;
}
.meterred {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 7pt;
	color: #C00;
	font-weight: bold;
	cursor: pointer;
}
.metertitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 7pt;
	color: #09F;
	font-weight: bold;
	cursor: pointer;
}
.blendbullet {
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	color: #CCC8B3;
	font-weight: bold;
	cursor: crosshair;
}
#meter {
	width: 200px;
	margin-left: 600px;
	cursor: pointer;
}
.graphic {
	float: none;
}

