TD
{

    FONT-SIZE: 8pt;
    COLOR: #1A222F;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
OPTION
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
BODY
{
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial
}
A
{

    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A:hover
{

    COLOR: #ffffcc;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A.nav22
{	

	COLOR: #669999;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}
A.nav22:hover
{

    COLOR: #cccccc;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none
}



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -500px;
border: 1px solid #333366;
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;
top: 20;
left: -90px; /*position where enlarged image should offset horizontally */

}

#packages_content {
text-align: center;
}

.contact_link { color:#3A4A69; text-decoration:underline; }
.contact_link:link { color:#3A4A69; text-decoration:underline; }
.contact_link:visited { color:#3A4A69; text-decoration:underline; }