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

