@charset "utf-8";
.brown {
	color: #600;
}
.blue14 {
	font-size: 14pt;
	color: #009;
}

.blue16 {
	font-size: 16pt;
	color: #009;
	text-align: center;
}
.blue18 {
	font-size: 18pt;
	color: #009;
}
.size14 {
	font-size: 14pt;
}
.size16 {
	font-size: 16pt;
}
.size18 {
	font-size: 18pt;
}
.size24 {
	font-size: 24pt;
}
.red {
	color: #F00;
}
.redish {
	color: #CA0000;
}
.blue {
	color: #009;
}
.underline {
	text-decoration: underline;
}
.centre {
	text-align: center;
	font-size: 11pt;
}
.right {
	text-align: right;
}
.highlightyellow {
	background: #FF0;
}

