@charset "utf-8";
body {

	color: #555;

	font-size: 90%;

	line-height: 1.5;

}

.small {

	font-size: 80%;

}

.large {

	font-size: 120%;

}

.large-b {

	font-size: 120%;

	font-weight: bold;

}

.large-b-blue {

	font-size: 120%;

	font-weight: bold;

	color: #4B71C0;

}





.text-red {

	color: #CC0000;

}

