img.ri{
	position: absolute;
	max-width: 75%;
	top: 10%;
	left: 10%;
	border-radius: 3px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}

img.ri:empty
{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
  img.ri { max-width: 90%; }
}

@media screen and (orientation: landscape) {
  img.ri { max-height: 90%; }
}

td{
	font-family: Arial;
	font-size: 8pt; 
	color: #ffffff; 
}

a{
	font-family: Arial;
	font-size: 8pt; 
	color: #ffffff; 
}

p{
	font-family: Arial;
	font-size: 10pt; 
	color: #000000; 
}

h1{
	font-family: Arial;
	font-size: 16pt; 
	color: #000000; 
}

h2{
	font-family: Arial;
	font-size: 14pt; 
	color: #000000; 
}

div.text{
   position: absolute;
   max-width: 100%;
   bottom: 2%;
   left: 0%; 	
   width: 100%; 
   height: 77px;
   background: #015287;
}