@charset "utf-8";
/* CSS Document */
.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00C;
}
      .lib_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 55%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

.main_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #900;
	text-align: center;
}
.country {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-variant: normal;
	color: #900;
	text-align: center;
}
.club_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-align: center;
}
.text_norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: justify;
}
.text_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-align: center;
}
.text_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-variant: normal;
	color: #006600;
	text-align: center;
}
.text_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	font-variant: normal;
	color: #900;
	text-align: normalr;
}