html, body, #wrapper
{
  height: 95%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  font-family: Arial;
  font-size: 10pt
}

#wrapper
{
  text-align: left;
  vertical-align: middle;
  width: 400px;
}
a.whiteLink 
{
  color:White
}
a.whiteLink:hover
{
  color:White
}
a.whiteLink:visited
{
  color:White
}
td.left 
{
  text-align:left;
}
.navmenu
{
  text-align: center;
  height: 40px;
  background-color: #444444;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #262626;
  font-family: arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #D5D5D5;
}

.mainmenu
{
  padding-left: 2px;
}
.pageTitle
{
  font-size: 18pt;
  color: #477492;
  font-family: Arial; text-align:left
}
.subTitle
{
  font-size: 12pt;
  color: #477492;
  font-family: Arial; text-align:left
}
.pageText 
{
  font-size: 9pt; color: #b6b6b6; font-family: 'Trebuchet MS'; text-align:left
}

.inputLabel
{
  font-size: 9pt;
  color: #f8f8ff;
  font-family: 'Trebuchet MS';
  text-align: right;
}
.inputField
{
  font-size: 9pt;
  color: #f8f8ff;
  font-family: 'Trebuchet MS';
  text-align: left;
  margin-left: 5px;
  font-weight: bold;
  border-right: #483d8b 1px solid;
  border-top: #483d8b 1px solid;
  border-left: #483d8b 1px solid;
  border-bottom: #483d8b 1px solid;
  background-color: #696969;
}
.inputButton
{
  font-size: 10pt;
  color: #f8f8ff;
  font-family: 'Trebuchet MS';
  text-align: center;
  border-right: #f8f8ff 2px solid;
  border-top: #f8f8ff 2px solid;
  font-weight: bold;
  vertical-align: middle;
  border-left: #f8f8ff 2px solid;
  border-bottom: #f8f8ff 2px solid;
  background-color: #696969;
  text-decoration: underline;
}

