body {
  padding: 0px;
  margin: 0px;
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  line-height: 14px;
  color: #0c2647;
  background-image: url('images/bg.gif');
  background-repeat: repeat-x;
  background-color: #376b9a;
}

td {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  line-height: 14px;
}

h2#extreme {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: -1;
}
h2#extreme a {
  font-size: 10px;
  color: transparent;
}

.small {
  font-size: 10px;
}

.thumb {
  border: 3px solid #d8dedd;
}

.border {
  border: 3px solid #2e5d89;
}

form {
  margin: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 10px;
}

img {
  border: 0px;
}

a:link, a:visited, a:active {
  color: #666666;
  text-decoration: underline;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

input, textarea, select {
  font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  color: #0c2647;
}

.element {
  width: 120px;
  font-size: 11px;
}

.yellow {
  background-color: #edac00;
  border: 1px solid #182e50;
}

.yellow a:link, .yellow a:visited, .yellow a:active {
  color: #0c2446;
  font-weight: bold;
  text-decoration: none;
}

.yellow a:hover {
  color: #17375c;
  font-weight: bold;
  text-decoration: none;
}

.blue {
  background-color: #254367;
  border: 1px solid #182e50;
}

.blue a:link, .blue a:visited, .blue a:active {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.blue a:hover {
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
}

.submenu {
  background-image: url('images/bg_submenu.gif');
  background-repeat: repeat-y;
}

.submenu td {
  line-height: 15px;
  padding-left: 7px;
}

.submenu a:link, .submenu a:visited, .submenu a:active {
  color: #FFFFFF;
  text-decoration: none;
}

.submenu a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.topmenu {
  padding-top: 13px;
  padding-left: 15px;
  color: #344f6d;
}

.topmenu a:link, .topmenu a:visited, .topmenu a:active {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.topmenu a:hover {
  color: #CCCCCC;
  font-weight: bold;
  text-decoration: none;
}


.text {
  background-image: url('images/bg_text.gif');
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  border: 1px solid #182e50;
}

.text-field {
  text-align: justify;
}

.title {
  color: #0c2647;
  font-weight: bold;
  padding-left: 2px;
  padding-bottom: 1px;
  border-bottom: 1px solid #273f5b;
}

.content {
  padding: 2px;
}

.copyright {
  font-size: 10px;
  color: #FFFFFF;
}

.copyright a:link, .copyright a:visited, .copyright a:active {
  color: #EEEEEE;
  text-decoration: none;
}

.copyright a:hover {
  color: #AAAAAA;
  text-decoration: none;
}

