@charset "utf-8";
/* CSS Document */

span.blue_text {
	color: #0390FD;	
	font-weight: bold;
}

span.orange_text {
	color: #fc4f03;	
	font-weight: bold;
}

span.large_black {
	font-size: 130%;
	color: #000;
	font-weight: bold;
}

