@charset "windows-1251";
a.menu
{
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #30438D;
}
a.menu:hover
{
text-decoration: underline;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #30438D;
}
a.menu:visited
{
font-family: tahoma;
font-size: 12px;
font-weight: bold;
color: #30438D;
}
.text
{
font-family: tahoma;
font-size: 11px;
font-weight: normal;
color: #4C4C4C;
}
.text2
{
font-family: tahoma;
font-size: 12px;
font-weight: normal;
color: #4C4C4C;
}
.text3
{
font-family: tahoma;
font-size: 14px;
font-weight: normal;
color: #4C4C4C;
}
.FontClass
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #345A94;
}
.FontHighlight
{
font-family: tahoma;
font-size: 15px;
font-weight: bold;
color: #345A94;
}
a.MenuClass
{
text-decoration: none;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #345A94
}
a.MenuClass:hover
{
text-decoration: underline;
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #345A94
}
a.menu:visited
{
font-family: tahoma;
font-size: 11px;
font-weight: bold;
color: #345A94
}
.FC
{
font-family: arial;
font-size: 10px;
font-weight: bold;
color: #FFFFFF

}
.Footer
{
background:url('images/footer.jpg') no-repeat;
background-size:100%;
alink:;
font-family: arial;
font-size: 10px;
font-weight: bold;
color: #FFFFFF
}

a.metamorph
{
color: #ffffff;
text-decoration: none;
font-family: tahoma;
font-size: 11px;
font-weight: normal;
}
a.metamorph:visited
{
color: #ffffff;
font-family: tahoma;
font-size: 11px;
font-weight: normal;
}
a.metamorph:hover
{
color: #ffffff;
text-decoration: underline;
font-family: tahoma;
font-size: 11px;
font-weight: normal;
}


        /*
        =================================
        start of Tooltip css code here
        http://www.jlhaslip.trap17.com/samples/tooltips/
        ================================= */

        a.info{
        position:relative;           /*this is the key*/
        z-index:24;
        background-color:#ffffff;    /* background colour of display text */
        color:#30438D;               /* colour of display text */
        border:0px dotted #999;    /* border colour */
        text-decoration:none;
        /*font-style:underline;*/
        }

        a.info:hover {
        z-index:25;
        background-color:#ffff66;
        }

        a.info span{
        display: none;  /* hide the span text using this css */
        }

        a.info:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        top: 1.5em;
        left: 3em;
        width:15em;
        border:1px solid #000000; /* border colour */
        background-color:#E3E4FA; /* background colour here */
        color:#000000;         /* text colour */
        text-align: center;
        font-size: .8em;
        /*font-style:italic;*/
		text-decoration:none;
        z-index:30;
        }


