body {
  margin-top:0px;
  margin-bottom:0px;
  ;background-repeat:repeat;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  ;font-size:11px;
  font-weight:normal;
}

form {font-family:Verdana,Arial,Helvetica,sans-serif;color:#000000;
; font-size:10pt;text-decoration:none
}

h4 {
  font-size:10pt;
  color:#333333;
;font-family:Verdana, Arial, Helvetica, sans-serif
}

a:link {
  color:#1262A7;
  ;font-family:Verdana;
  font-weight:bold;
;
; text-decoration:none
}

a:visited {
  color:#663399;
  ;font-family:Verdana;
  font-weight:bold;
;;text-decoration:none}

a:active {
  color:#CC9933;
  ;font-family:Verdana;
  font-weight:bold;
;;text-decoration:underline}

a:hover {
  text-decoration:underline;
  color:#CC9933;
  ; font-family:Verdana;
  font-weight:bold;
;}

td {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  ;font-size:10pt;
  font-weight:normal;
; color: #666666
}
th { font-family:Verdana,Arial,Helvetica,sans-serif;font-size:11px;line-height:normal;font-weight:normal;background-color:#990000;color:#FFFFFF}
p { font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10pt;text-decoration:none;line-height:13pt; font-weight: normal; color: #666666}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #306986; font-size: 16pt}
li {  line-height: 15pt; color: #666666}
.whw {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #990000; font-weight: normal}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
border: 1px white;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */
z-index: 50;
}




