@charset "UTF-8";
.header_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	line-height: 12px;
}
.copy_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}
.red_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #900;
}
.bold_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3C3;
}
.blue_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #00F;
}
.red_bg_button {
	background-image: url(../images/bg_red.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 380px;
}
