﻿body 
{
  font-family: Georgia, Times, Times New Roman;
  font-size: 10pt;
  text-align: center;
}

#wrapper
{
  text-align: left;
  width: 800px;
}

#text_left
{
  width: 350px;
  padding: 20px;
  text-align: left;
}

#text_right
{
  float:right;
  width: 350px;
  padding: 20px;
  text-align: left;
  
}

#form
{
  width: 760px;
  padding: 20px;
  text-align: left;
  background-color: #ffffe5;
  border: dashed 1px black;
}

#footer
{
  width: 100%;
  margin-top:5px;
  text-align:right;
  font-size: 6.5pt;
  clear: both;
}

H1
{
  margin-bottom: 5px;
  font-size: 14pt;
}

H2
{
  margin-bottom: 0px;
  font-size: 10pt;
}

P
{
  margin-bottom: 0px;
  margin-top: 0px;
  }

P+P
{
  margin-top:0px;
  text-indent: 4mm;
}

.smallprint
{
  font-style: italic;
  font-size: 8pt;
}

.ModalPopUp
{
  background-color: White;
  font-size: 8pt;
  border: solid 1px black;
  padding:30px;
}

.ModalPopUpBackground
{
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

