html {
  color : #FFF;
  font-family : Tahoma, sans-serif;
  font-size : 9pt;
  background-color:#000;
}

body {
  margin-top: 0px;
  background: url(../images/body_bg.png) top center repeat-y;
}

a {
  color : #CCF;
}

a.print-link {
  font-size : 9pt;
}

img.thumbnail {
  width : 100px;
  border : none;
  cursor : pointer
}

img.normal {
  border : none;
  width : 370px
}

img.large {
  margin-top : 2px;
  border : none;
  width : 620px;
}

.row {
  cursor : pointer;
}

.row1 {
}

.row0 {
}



th {
  text-align : center
}

div.large-pictures {
  text-align : center;
  margin : auto
}

div.large-pictures .caption {
  font-weight : 700;
  margin-bottom : 15px
}

div#about-slogan {
  font-weight : bold;
  font-size : 18pt;
  text-align : center
}

div.about {
  margin-bottom : 10px;
  text-indent : 10px
}

div.location {
  margin-bottom : 15px
}

.invalid {
  text-decoration: line-through;
}

