@charset "utf-8";
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
}
.header_type {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	font-size: 18px;
	color: #72777B;
	font-style: italic;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;



}
.big_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.special_text {
	font-size: 14px;
	color: #F00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.right_table {
	text-align: right;
}
