/* CSS Document */
a.hdr_vert_linkoff {
 color: White;
 font-family: Arial;
 font-size: 10pt;
 text-decoration: none;
 font-weight: bold;
 line-height: 12pt;
}
.hdr_vert_linkoff:hover {
 color: Yellow;
 text-decoration: none;
}
a.vert_linkoff {
 color: Lightblue;
 font-family: Arial;
 font-size: 8pt;
 text-decoration: none;
 font-weight: bold;
 line-height: 10pt;
}
.vert_linkoff:hover {
 color: Lightgrey;
 text-decoration: none;
}
.gallery {
 border: 2px dotted #999;
}
.gallery:hover {
 border: 2px solid #000;
}
