<style type="text/css">
<!--
body 
{ 
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: auto; 
    margin-left: 20px; 
}

.c_des 
{
    font-family: "Tahoma";
    font-size: 16px;
    font-weight: bold;
}

.c_id
{
    font-family: "Tahoma";
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
}

.c_rep
{
    font-family: "Tahoma";
    font-size: 12px;
    font-weight: normal;
}

.c_frameset
{
    font-family: "Tahoma";
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    font-variant: small-caps;
}

.c_footerbold
{
    font-family: "Tahoma";
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
}

.c_footernormal
{
    font-family: "Tahoma";
    font-size: 12px;
    font-weight: normal;
    font-variant: small-caps;
}

.c_header
{
    font-family: "Tahoma";
    font-size: 10px;
    font-weight: normal;
    font-variant: small-caps;
}

A.c_footerlinks:link
{
    font-family: "Tahoma";
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-variant: small-caps;
    text-decoration: none;
}

A.c_footerlinks:visited
{
    font-family: "Tahoma";
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-variant: small-caps;
    text-decoration: none;
}

A.c_footerlinks:hover
{
    font-family: "Tahoma";
    font-size: 14px;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: normal;
    font-variant: small-caps;
    text-decoration: none;
}

A.c_headerlinks:link
{
    font-family: "Tahoma";
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-variant: small-caps;
    text-decoration: none;
}

A.c_headerlinks:visited
{
    font-family: "Tahoma";
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-variant: small-caps;
    text-decoration: none;
}

A.c_headerlinks:hover
{
    font-family: "Tahoma";
    font-size: 14px;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: normal;
    font-variant: small-caps;
    text-decoration: none;
}

.TL
{
background-image: url(polaroid/TL.gif);
width: 10px;
height: 10px;
}

.TT
{
background-image: url(polaroid/TT.gif);
height: 10px;
}

.TR
{
background-image: url(polaroid/TR.gif);
width: 10px;
height: 10px;
}

.LL
{
background-image: url(polaroid/LL.gif);
width: 10px;
}

.RR
{
background-image: url(polaroid/RR.gif);
width: 10px;
}

.BL
{
background-image: url(polaroid/BL.gif);
width: 10px;
height: 29px;
}

.BB
{
background-image: url(polaroid/BB.gif);
height: 29px;
}

.BR
{
background-image: url(polaroid/BR.gif);
width: 10px;
height: 29px;
}


/*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: 5px;
top: -1000px;
left: -1000px;
border: 1px dashed gray;
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: -350px;
left: 60px; /*position where enlarged image should offset horizontally */

}


-->
</style>