@charset "utf-8";
/* CSS Document */

.bluetext
{
	position: absolute;
	top:123px;
	right: 150px;
	font-size: 16pt;
	color: #1e08c2;
	font-weight: bold;
	
}
.redtext
{
	position: absolute;
	top:125px;
	right: 147px;
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
	
   }
.redtext2
{
	position: absolute;
	color: #FFFFFF;
	font-size: 12pt;
	top: 162px;
	right: 161px;
	font-weight: bold;
	}
.bluetext2
{
	position: absolute;
	color: #1e08c2;
	font-size: 12pt;
	top: 161px;
	right: 162px;
	font-weight: bold;
	}
</style>-->
