BODY
{
    color: #000;
    background: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
P, UL, TD, TR, TABLE, LI, OL, INPUT
{
    color: #000;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
A {
    text-decoration: none
}
A:link
{
    COLOR: #007070;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
}
A:visited
{
    COLOR: #004488;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
}
A:active
{
    COLOR: #889900;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
:visited, :link
{
    COLOR: #004488;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold
}
:link:hover, :visited:hover
{
    COLOR: #F57629;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold
}
H1
{
    COLOR: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold
}
H2
{
    COLOR: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold
}
H3
{
    COLOR: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold
}
H4
{
    COLOR: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold
}

ul#gallery, #gallery ul{
list-style-type: none;
margin: 0;
padding: 0;
}

ul#gallery>li{
float: left;
padding: 0px;
margin: 0px;
width: auto;
height: auto;
border: 1px solid transparent;
}

ul#gallery>li ul{
padding: .8em;
margin-top: -80px;
margin-left: 300px;
border: 1px solid #000;
background-color: #fff;
color: #000;
font-size: 90%;
max-width: 40%;
display: none;
position: absolute;
}

ul#gallery>li ul li{
margin-top: 2px;
}

ul#gallery>li:hover{
color: #369;
background-color: transparent;
border-color: #369;
}

ul#gallery>li:hover ul{
display: block;
list-style-type: none;
}

ul#gallery ul:before{
/*content: "Picture";*/
/*font-size: 130%;*/
/*font-weight: bold;*/
/*border-bottom: 1px solid #999;*/
display: block;
}

ul#gallery img{
width: 150px;
height: 150px;
display: block;
}

img,a img{
border: 0;
}

ul#gallery:after{
content: ".";
display: block;
height: 0;
overflow: hidden;
clear: both;
visibility:hidden;
}
