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

.red {
	color: #FF0000;
}
.redbold {
	font-weight: bold;
	color: #FF0000;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.big {
	font-size: 120%;
}
.bigbold {
	font-size: 120%;
	font-weight: bold;
}
.blue {
	color: #0000FF;
}
.bluebold {
	font-weight: bold;
	color: #0000FF;
}
.redbig {
	font-size: 120%;
	color: #FF0000;
}
.RedSmaller {
	font-size: 80%;
	color: #FF0000;
}
.smaller {
	font-size: 80%;
}


.bluebig {
	font-size: 120%;
	color: #0000FF;
}
.redboldunderline {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

