/* Generated by KompoZer */
body, p, li {
  font-size: 11pt;
  font-weight: inherit;
  color: #663366;
  font-family: Arial,Helvetica,sans-serif;
}
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20pt;
  color: #663366;
}
a:link {
  border-width: 0.5pt;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #000099;
  font-size: 12pt;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  color: #663366;
  font-size: 14pt;
}
h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  color: #663366;
  font-weight: bold;
  font-style: normal;
}
h4 {
  font-family: Arial,Helvetica,sans-serif;
  color: #663366;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.4em;
  list-style-image: url();
}
h6 {
  font-family: Arial,Helvetica,sans-serif;
  color: #663366;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
tbody {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11pt;
  color: #663366;
}
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #000099;
  font-size: 12pt;
  font-family: Arial,Helvetica,sans-serif;
}
a:hover {
  border-width: 0.5pt;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  color: #336666;
  font-weight: bold;
  text-decoration: underline;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 3px;
left: -500px;
border: 1px dashed gray;
visibility: hidden;
color: #663366;
font-size: 10pt;
white-space: nowrap;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 3px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50;
left: 120px; /*position where enlarged image should offset horizontally */

}