.body_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-left: 35px;
	margin-right: 35px;
	list-style: disk;
}
.body_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-left: 35px;
	margin-right: 35px;
	color: #3366FF;
}
.body_red {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin-left: 35px;
	margin-right: 35px;
	color: red;
}
.red_cali {
	font-family: "Lucida Calligraphy";
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}
.blue_cali {
	font-family: "Lucida Calligraphy";
	font-size: 14px;
	font-weight: bold;
	color: #0033FF;
	font-weight: bold;
}
.table_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.table_text_sm {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.table_gray {
	color: #999999;
}



.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}
.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
body {
	background-color: #E9E9E9;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.head1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.text_blue {
	color: #0000FF;
}
.text_green {
	color: #008000;
}
.right_float_img {
	clear: right;
	float: right;
	margin-left: 20px;
	margin-right: 35px;
}
.left-float-img {    /* setup for left-floated image */
	float: left;
	clear: left;
	margin-right: 30px;
	margin-left: 5px;
	margin-bottom: 5px;
}
