/* CSS Document */

.blue {
	font-weight: bold;
	color: #0000FF;
}
.ltblue {
	font-weight: bold;
	color: #0099FF;
}
.green {
	font-weight: bold;
	color: #006600;
}
.orange {
	font-weight: bold;
	color: #CC6600;
}

.red {
	font-weight: bold;
	color: #990000;
