@charset "utf-8";
.maintext {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 14px;
}
.redmaintext {
	font-family: Tahoma, Geneva, sans-serif;
	color: #C10A06;
	font-size: 14px;
	text-decoration: underline;
}

.maintextsmaller {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
}


.title {
	font-size: 18px;
	color: #C10A06;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
	background-color: #D6DAFD;
}
.bulletlist {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/sq-lightblue.jpg);
}
.smwhitetext {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
}
.TMtext {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
}

