<!--
body
{
  color:            #000000;
  font-family:      verdana, arial, helvetica, sans-serif;
  font-size:        12px;
  padding:          0px;
  margin:           0px;
  background-color: #DFDFDF;
}

.h1
{
  display:      block;
  text-align:   center;
  padding-top:  5mm;
  font-weight:  bold;
  font-size:    15px;
}

.h2
{
  display:      block;
  text-align:   center;
  padding-top:  5mm;
  font-weight:  bold;
  font-size:    14px;
}

.h3
{
  display:      block;
  text-align:   center;
  padding-top:  5mm;
  font-weight:  bold;
  font-size:    13px;
}

fieldset
{
  border: 0;
  display: inline;
}

div
{
  border: 0;
  display: inline;
}

img
{
  padding: 0px;
  margin:  0px;
}

.hidden
{
  display:    inline;
  padding:    0px;
  margin:     0px;
}

input.hidden
{
  display:    inline;
  padding:    0px;
  margin:     0px;
  visibility: hidden;
  position:   absolute;
  top:        0px;
  left:       0px;
}

.content
{
  position:         absolute;
  left:             0px;
  top:              50px;
  padding:          0px;
  margin:           0px;
  width:            1024px;
  height:           668px;
  text-align:       center;
  font-size:        12px;
//  border-width: 1px;
//  border-style: solid;
//  border-color: #000000;
}

.header
{
  position:   absolute;
  left:       0px;
  top:        0px;
  padding:    0px;
  margin:     0px;
  width:      1024px;
  height:     50px;
  text-align: center;
  font-size:  12px;
}

.footer
{
  position:   absolute;
  left:       0px;
  top:        718px;
  padding:    0px;
  margin:     0px;
  width:      1024px;
  height:     50px;
  text-align: center;
  font-size:  12px;
}

.imglink
{
  padding:         0px;
  margin:          1px;
  text-decoration: none;
  border-style:    none;
  color:           #000000;
}

.required
{
  background-color: #E8A317;
}

.center
{
  text-align:   center;
  margin-left:  auto;
  margin-right: auto;
}

.left
{
  text-align:    left;
  margin-left:  auto;
  margin-right: auto;
}

-->