/* CSS Document */
td {
    text-align: left;
    vertical-align: top;
    font-family: Tahoma;
    font-size: 11px;
    color: #7A7B7D
    }
form {
    margin: 0
    }
a {
    text-decoration: none;
    color: 206d93
    }
.t11 {
    font-family: Tahoma;
    font-size: 11px;
    font-style: normal
    }
.style2 {
    color: #FFF;
    font-weight: bold
    }
.style3 {
    color: #FFF
    }
.style4 {
    color: #333
    }
.style5 {
    color: 206d93
    }
.style6 {
    color: 206d93;
    font-weight: bold
    }
.style10 {
    font-size: 14px;
    color: #333;
    font-weight: bold
    }
.style14 {
    font-size: 16px;
    font-weight: bold
    }
.style17 {
    color: #333;
    font-size: 14
    }
.style18 {
    color: #000
    }
.style20 {
    font-size: 14;
    color: #333
    }
.style21 {
    font-size: 16px
    }
.style22 {
    font-size: 24px;
    color: #000
    }
a.style23 {
    color: #000
    }
.thumbnail {
    position: relative;
    z-index: 0
    }
.thumbnail:hover {
    background-color: transparent;
    z-index: 50
    }
.thumbnail span {
    /*CSS for enlarged image*/
    position: absolute;
    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 on hover*/
    visibility: visible;
    margin-left: -200px;
    margin-right: auto;
    /*position where enlarged image should offset horizontally */
    }