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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
.size-10 {
	font-size: 10pt;
}
.size-10-white {
	font-size: 10pt;
	color: #FFFFFF;
}
.size-12-white {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: normal;
}
.size-12-yellow {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFF00;
}
.size-14-white {
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
}
.size-14-black {
	font-size: 14pt;
}



.size-9 {
	font-size: 9pt;
}

.size-16 {
	font-size: 16pt;
	font-weight: normal;
}
.size-11 {
	font-size: 11pt;
}
.size-12 {
	font-size: 12pt;
}

.superscript {
	vertical-align: super;
	font-size: 11pt;
}
