*{
 box-sizing:border-box;
 margin: 0px;
 padding: 0;
}


BODY {
  background-color: #4952FF;
  color:#FFDB15;
  font-size:16pt;
}

p
  {
   margin: 2px;
  }                

h1, h2
  {
   padding-top: 32px;
   padding-bottom: 8px;
  }

h1
   {
    font-size: 24pt;
    text-align: center;

   }
h2
   {
    font-size: 18pt;
    padding-left: 18px;

   }



body, td
  {
  font-size:14pt;
  }

input, textarea, select
  {
  background-color: #4F53FF;
  color:#FFFF40;
  border: 2px solid #9799FF;
  }

a:link{color:#15ECFF}
a:visited{color:#91CFFF}

div#_sbglogo_
  {
   position:absolute;
   left:0;
   top:0;
   height:128px;
   width:160px;
  }

div#_gname_
{
color:#FFDB15;
font-family:"Arial";
font-size:40px;

margin-top:8px;
padding-top: 0;
text-align:center;
vertical-align:top;
top-margin:0px;


}

div#_slogan_
{
position:absolute;
right: 30px;
bottom:12px;
text-align:right;

color:white;
margin-bottom:2px;
font-size:14px;
font-style:italic;
}

/* added recently */
/* contents "frame" */
div#content
{
  width: 100%;
  height: 100%;
  padding-top: 128px;
  padding-bottom: 50px;
}

.logobkg
{
position:fixed;
height:100%;
}

div#errorbox
  {
   margin:0 auto;
   background-color:red;
   width:60%;
   height:120px;
   font-size:18pt;
  }


p.nwsHeader
{
  margin-right: 32px;
  font-size: 16pt;
  font-weight: bold;
  color: #621210;
  margin-top : 32px;
  margin-bottom : 16px;

  background-image:url("img/vrt_wave.png");
}

p.nwsBody
{
  font-size:12pt;
  font-family: Arial;
  font-color:#FFDB15;
  margin-left: 16px;
}

p.strike
  {
   text-decoration: line-through;
   color:#808080;
   font-weight: 100;
  }
