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

.small {
	font-size:10px;
	line-height:14px;
}
.normal {
	font-size:12px;
	line-height:18px;
}
.large {
	font-size:14px;
	line-height:20px;
}
.xlarge {
	font-size:16px;
	line-height:20px;
}

