body {
  background: #ffffff;
  color: #000000;
}

body,td,input,textarea,select {
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}
body,textarea,select {
  scrollbar-face-color: #00528C;
  scrollbar-highlight-color: #00528C;
  scrollbar-shadow-color: #000000;
  scrollbar-arrow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
}

a:link, a:activated, a:visited {
  text-decoration: underline;
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #404040;
}

input,select,textarea {
  border-width: 1px;
  border-color: #8aabca;
  border-style: solid;
  background: #122b3f;
  color: #ffffff;
  font-weight: bold;
}

.Header {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.HeaderSmall {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

.Menu {
  font-weight: normal;
}
.MenuTitle {
  font-weight: bold;
}
.MenuSubTitle {
  font-size: 11px;
  font-weight: normal;
}

.Main {
  background: #ffffff;
  font-weight: normal;
}
.MainTitle {
  font-weight: bold;
}

.Copy {
  font-size: 11px;
  color: #C0C0C0;
  font-weight: normal;
}
