html {
  color : #000099;
  font-family : Tahoma, sans-serif;
  font-size : 9pt;
}

body {
  margin-top:0px;
  background: url(../images/html_bg.jpg) top left repeat-x #01184a; 
}

a {
  color : #fff;
  text-decoration : none;
  font-weight : 700;
}

a:hover {
  text-decoration : underline;
}

a.print-link {
  font-size : 9pt;
}

img.thumbnail {
  width : 100px;
  border : none;
  cursor : pointer
}

img.normal {
  border : none;
  width : 440px
}

img.large {
  margin-top : 2px;
  border : none;
  width : 620px
}

.row {
  cursor : pointer;
}

.row1 {
   color:#000099;
   background-color:#F7F7F7;
}

.row0 {	
   color:#000099;
   background-color:#E8E8E8
}

.row1:hover, .row0:hover {
  background-color:#FFF;
  color : #000;
}


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
}