.blue-italics {
	font-size: 16px;
	font-style: italic;
	color: #666699;
	font-weight: normal;

}
.black-small {
	font-size: x-small;
}
.red-tagline {
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;

}
.bluebold-arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #666699;
}
.big-bold-times {
	font-size: large;
	font-weight: bold;
}
.darkerbluebold-arial {

	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}
.big-bold-Arial {
	font-size: large;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
.bluebold-arial-bigger {

	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #666699;
}
