@charset "UTF-8";
/* CSS Document */
body {
  margin:0px;
  background-color: #000020;
}

a:link { color: #FFFFFF;}
a:visited { color: #FFFFFF;}
a:hover { color: #FFFFFF;}
a:active { color: #FFFFFF;}

.picStyle {
  border-width:3px;
  border-style:groove;
  border-color:#FFFFFF;
}

table.galleryTable {
  border-width:2px;
  border-style:solid;
  border-color:#FFFFFF;
  background-color: #000020;
  margin-left:auto;margin-right:auto;
  border-spacing:5px;
  margin-top:10px;
  margin-bottom:10px;
}

table.navIcons {
margin-left:auto;margin-right:auto;
  margin-top:10px;
  margin-bottom:10px;
  border:0px;
  border-spacing:0px;
}

table.navIcons td{
  border-width:0px;
}

table.containingTable {
  width:100%;
  border:0px;
  border-spacing:0px;
}

table.containingTable td{
  border-width:0px;
}

table.galleryTable td{
  padding:5px;
  vertical-align:top;
  text-align:center;
  border-width:1px;
  border-style:dotted;
  border-color:#FFFFFF;
  background-color:#000020;
}

div.galleryTitle {
  font-family:Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#FFFFFF;
  text-align:center;
  padding-top:10px;padding-bottom:10px;
}

div.segmentName {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#FFFFFF;
  text-align:center;
}

div.segmentDesc {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:30px;
  color:#FFFFFF;
  text-align:left;
}

div.footer {
  font-family:Times New Roman, Times, serif;
  font-size:30px;
  font-style:italic;
  color:#FFFFFF;
  text-align:center;
  padding-top:10px;padding-bottom:10px;
}

.translucent {
  filter: alpha(opacity=25);
  -moz-opacity: 0.2;
  opacity:0.2;
}

