@charset "UTF-8";
.txtGray12 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.txtRed12 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9b283e;
}
.txtGray12Itallics {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: italic;
}
.txtRed12Bold {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9b283e;
}
.txtRed11 {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9b283e;
}
.txtBack {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9b283e;
}
.txtGrey12Bold {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.txtRed14Bold {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9b283e;
}
