P
{
    FONT-SIZE: 14px; 
}


#navigrey
{
    COLOR: #777777; 
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    FONT-SIZE: 12px; 
    FONT-WEIGHT: bold;     
    TEXT-DECORATION: none; 
    fontsize: 14px
}



#navismall 
{ font: 14px*80% Arial, sans-serif; }


button
{
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
    COLOR: #0000FF;
    FONT-SIZE: 12px;
    FONT-HEIGHT: 100%;
	TEXT-DECORATION: none; 
}

button:hover 
{
    TEXT-DECORATION: none; 
    COLOR: #FF0000
}



TD 
{
    FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    FONT-SIZE: 14px; fontsize: 14px
}      


 
 /*---------------------------------------------------------------------
 * --------------------- navigation Main ---------------*/

.ImageMain
{
    position:relative;
	top:0px;
	left:0px;
    transform: scale(1.0)  translateX(-0px) translateY(-0px);
}
 
.ImageMain img
{
    width:1193; 
}

.ImageMain a
{
    position:absolute;
    top:0px;
    width:15px;
    height:15px;
    background-color:rgba(1.0, 0, 0, 0.5);
    border:1px solid black;
    text-align:left;
    z-index:2;
    text-decoration:none;    
    font-size:16px;
    font-weight:bold;
    display:block;    
}

.ImageMain a.myhpq
{
    left:693px;
    top:85px;
    border-radius: 50%;
}

.ImageMain a.Oli
{
    left:104px;
    top:639px;
    border-radius: 50%;
}


.ImageMain a.PPu
{
    left:133px;
    top:613px;
    border-radius: 50%;
}

.ImageMain a.Mi
{
    left:169px;
    top:630px;
    border-radius: 50%;
}


.ImageMain a.TA
{
    left:338px;
    top:568px;
    border-radius: 50%;
}



.ImageMain a.myhpq:hover,
.ImageMain a.Mi:hover,
.ImageMain a.Oli:hover,
.ImageMain a.PPu:hover,
.ImageMain a.TA:hover {
    background: #00FF00;
}






