﻿body 
{
    FONT-SIZE: 10pt;
    COLOR: #2d2319;
    FONT-FAMILY: Tahoma
}
TD
{
    FONT-SIZE: 10pt;
    COLOR: #2d2319;
    FONT-FAMILY: Tahoma
}
A
{
    font-size: 10pt;
    float: none;
    font-family: Tahoma;
    position: static;
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
A:active
{
    font-size: 10pt;
    float: none;
    color: red;
    font-family:  Tahoma;
    position: static;
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
A:link
{
    
    font-size: 10pt;
    float: none;
    color: #2d2319;
    font-family: Tahoma;
    position: static;
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
A:visited
{
    
    font-size: 10pt;
    float: none;
    color: #2d2319;
    font-family: Tahoma;
    position: static;
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
A:hover
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10pt;
    FLOAT: none;
    COLOR: #dadada;
    FONT-FAMILY: Tahoma;
    POSITION: static;
    TEXT-DECORATION: none;
          
}
.image {
	border-width: 1;
	border-color: black;
	border-style: solid;
	margin: 5;
}
.copywrite 
{
    FONT-SIZE: 8pt;
    COLOR: #ab997e;
    FONT-FAMILY: Tahoma;
    background-color: #000000;
}
.ddimgtooltip
{
    box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
    -webkit-box-shadow: 3px 3px 5px #818181;
    -moz-box-shadow: 3px 3px 5px #818181;
    display:none;
    position:absolute;
    border:1px solid black;
    background:white;
    color: black;
    z-index:2000;
    padding: 4px;
    
 }

