@charset "UTF-8";
/* CSS Document */
body {
  margin:0px;
  background-image: url("media/4q175Testimonia_.jpg");
  background-attachment: scroll;
}

a:link { color: #FF0000;}
a:visited { color: #FF0000;}
a:hover { color: #FF0000;}
a:active { color: #FF0000;}

.picStyle {
  border-width:3px;
  border-color:#9F765E;
}

table.galleryTable {
  border-width:3px;
  margin-left:auto;margin-right:auto;
  border-spacing:20px;
  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:15px;
  vertical-align:top;
  text-align:center;
  border-width:2px;
}

div.galleryTitle {
  font-family:Times New Roman, Times, serif;
  font-size:30px;
  font-weight:bold;
  color:#FF0000;
  text-align:center;
  padding-top:10px;padding-bottom:10px;
}

div.segmentName {
  font-family:Times New Roman, Times, serif;
  font-size:26px;
  font-weight:bold;
  color:#FF0000;
  text-align:center;
}

div.segmentDesc {
  font-family:Times New Roman, Times, serif;
  font-size:26px;
  color:#FF0000;
  text-align:left;
}

div.footer {
  font-family:Times New Roman, Times, serif;
  font-size:30px;
  font-style:italic;
  color:#FF0000;
  text-align:center;
  padding-top:10px;padding-bottom:10px;
}

.translucent {
  filter: alpha(opacity=25);
  -moz-opacity: 0.2;
  opacity:0.2;
}
