/* Learn more at */
/* - http://www.w3schools.com */
/* - http://www.w3schools.com/css */
/* - http://validator.w3.org */

@media screen, print
{

/* Tag properties */
body  {background: #000000; margin-top: 0px; margin-left: 0px; font-family: Arial;}
a       {font-family: Arial; font-weight:bold; text-decoration:none; color:#FE0000;}
td      {font-family: JArial;}

/* Font definition */
.title		        {font: normal 30px/48px Arial; color : #333333;}
.subtitle		{font: normal 20px/24px Arial; color : #333333;}
.text	                {font: normal 18px/20px Arial; color : #333333;}
.warp		        {font: italic 12px/14px Arial; color : #666666;}

.m000 	{font-family:Verdana,arial,helvetica; font-size:12px; line-height:14px; font-weight:normal; text-decoration:none; color:#000033;}

/* Identifiers */
#sponsor       	{position:relative; left: 0px; top:  0px; z-index:2;}
}

@media print
{
.pag_content,.title,.s,.headline {visibility: visible; color: #333333;}
#bg_pag {visibility: visible;}
img   {opacity: 0.0;}
/* table {page-break-after: avoid;} */
}

