@charset "UTF-8";
/* CSS Document */

.helvetica12 {
	font-family: Helvetica;
	font-size: 12px;
	text-align: center;
}
.helvetica12bold {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
}
.Helvetica13 {
	font-family: Helvetica;
	font-size: 13px;
	text-align: justify;
}
.Helvetica14 {
	font-family: Helvetica;
	font-size: 14px;
}
.Helvetica13bold {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
}
.Helvetica13boldbox {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFF;
}
.helvetica13boldgreen {
	font-family: Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #030;
}
.helvetica14boldgreen {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #030;
}

.Helvetica15boldbox {
	font-family: Helvetica;
	font-size: 15px;
	font-weight: bold;
	background-color: #FFF;
	text-decoration: underline;
}

