﻿
html {
  height:100%;
  font-size:1.0px;
}

body { 
  margin:0px; 
  height:100%;
  font-family:Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  color:#333333;
  font-size:12rem;
}

form { 
  margin:0px;
  height:100%;
}

a {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

.mainmenutext {
  color:#ffffff;
  cursor:pointer;
  font-family:Arial;
  font-size:13rem;
  font-weight:bold;
  text-transform:uppercase;
}

.mainmenutext:hover {
  text-decoration:underline;
}

.mainmenutextsmall {
  color:#ffffff;
  cursor:pointer;
  font-family:Arial;
  font-size:11rem;
  text-transform:uppercase;
}

.mainmenutextsmall:hover {
  text-decoration:underline;
}

.mainmenuimagesmall {
  font-size:11rem;
  color:#ffffff;
  padding:0px 4px 0px 0px;
}

.section { 
  padding:10px 0px 0px 0px;
  margin-top:10px;
}

.section fieldset {
  border-radius:4px;
  border:1px solid #bbbbbb;
  padding:10px;
}

.section legend {
  font-family:Arial;
  font-size:16rem;
  font-weight:bold;
  color:#333333;
  cursor:default;
}
