iframe { display: none !important; }

a:link    { color: #999966; background: white; text-decoration: none; }
a:visited { color: #999966; background: white; text-decoration: none; }
a:active  { color: #999966; background: white; text-decoration: underline overline; }
a:hover   { color: #999966; background: white; text-decoration: underline; }

body
{
 font:  normal 8pt Verdana, sans-serif;
 color: black;
 background: white;
 margin: 5% 15% 1% !important;
}

body.popup
{
 font:  normal 8pt Verdana, sans-serif;
 color: black;
 background: white;
 margin: 0% 0% 0% !important;
}

div { text-align: center; }

h1
{
 font: bold 12pt Verdana, sans-serif;
 color: #CCCC99;
 background: white;
}

hr { width: 50%; }

img { border: none; }

td { font: normal 8pt Verdana, sans-serif; }

div.cell { display: table-cell; vertical-align: middle; }

.center { text-align: center; }

.container { position: fixed; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; display: table; /*background-image:url(images/overlay.png);*/ }

.popupimg { text-align: center; color: white; background: black; border-color: black; }
