* {
  font-family: Sans-serif;
  font-size: 12px;
}

body {
  background: url('media/bg.jpg');
  margin: 0px;
}

a:link, a:visited, a:hover, a:active {
  color: rgb(35,186,79);
}

.nbCenter {
  width: 700px;
  height: 634px;
  vertical-align: top;
  background-image: url('media/nb_03.jpg');
  background-color: white;
  background-position: top;
  background-repeat: no-repeat;
}

.nbContentLeft {
  vertical-align: top;
  padding-top: 230px;
  padding-left: 15px;
  padding-right: 15px;
  color: rgb(100,100,100);
}
.nbContentLeft h1 {
  text-align: right;
  padding-right: 30px;
  color: rgb(100,100,100);
  font-family: Sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.nbContentLeft h2 {
  color: rgb(100,100,100);
  font-family: Sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.nbContentLeft h3 {
  color: rgb(100,100,100);
  font-family: Sans-serif;
  font-weight: bold;
  font-size: 14px;
}


.nbMenu {
  padding-top: 150px;
  padding-left: 50px;
}
.nbMenu .nbMenuEntry {
  margin-bottom: 8px;
}
.nbMenu .nbMenuEntry a:link, .nbMenu .nbMenuEntry a:visited, .nbMenu .nbMenuEntry a:hover, .nbMenu .nbMenuEntry a:active {
  color: white;
  font-family: Sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.nbMenu .nbMenuEntry a:hover {
  text-decoration: underline;
}


.nbContentRight {
  padding-left: 15px;
  color: rgb(100,100,100);
}
.nbContentRight td {
  color: rgb(100,100,100);
}


.nbContentBottom {
  padding-left: 15px;
  padding-right: 15px;
  color: rgb(100,100,100);
}
.nbContentBottom h1 {
  color: rgb(100,100,100);
  font-family: Sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.nbContentBottom h2 {
  color: rgb(100,100,100);
  font-family: Sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.nbContentBottom h3 {
  color: rgb(100,100,100);
  font-family: Sans-serif;
  font-weight: bold;
  font-size: 14px;
}


.nbBottom {
  width: 701px;
  height: 14px;
  background-image: url('media/nb_07.jpg');
  background-position: top;
  background-repeat: no-repeat;
}

.nbCopyright {
  padding-top: 8px;
  font-family: Sans-serif;
  font-size: 10px;
  text-align: center;
  color: rgb(120,120,120);
}



.nbTeamEntry {
  color: rgb(100,100,100);
  padding-bottom: 15px;
}
.nbTeamPortrait {
  margin-right: 10px;
  margin-bottom: 5px;
}
.nbTeamText {
  padding-top: 30px;
  padding-right: 10px;
  font-size: 12px;
  font-style: italic;
  color: rgb(100,100,100);
}
.nbTeamName {
  margin-top: 5px;
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
}
.nbTeamJob {
  padding-right: 10px;
  text-align: right;
  font-size: 10px;
}