/*-------------------------------------------------*/
a:link
{
    color: #346; 
    font-size: 100%;
}
/*-------------------------------------------------*/
a:visited
{
    color: #346; 
}
/*-------------------------------------------------*/
a:hover
{
    color: black; 
    text-decoration: underline; 
}
/*-------------------------------------------------*/
a:active
{
    color: #346; 
    text-decoration: none; 
}
/*-------------------------------------------------*/

/*-------------------------------------------------*/
.inactivemain
{
    color: black; 
    font-size: 90%;
    display: block;
    text-decoration: none;
}
/*-------------------------------------------------*/
.main
{
    font-weight: bold;
    font-size: 90%;
    display: block;
    text-decoration: none;
}
/*-------------------------------------------------*/
a.main:link
{
    font-size: 90%;
    display: block;
    text-decoration: none;
}
/*-------------------------------------------------*/
a.main:visited
{
}
/*-------------------------------------------------*/
a.main:hover
{
    color: black; 
    text-decoration: none; 
}
/*-------------------------------------------------*/
a.main:active
{
    text-decoration: none; 
}
/*-------------------------------------------------*/
a.subnavi
{
    font-size: 100%;
    text-decoration: none; 
}
/*-------------------------------------------------*/
a.subnavi:link
{

}
/*-------------------------------------------------*/
a.subnavi:visited
{
    text-decoration: none; 
}
/*-------------------------------------------------*/
a.subnavi:hover
{
    text-decoration: underline; 
}
/*-------------------------------------------------*/
a.subnavi:active
{
    color: darkblue; 
    text-decoration: none; 
}
/*-------------------------------------------------*/
