a
{
 font-family: tahoma, verdana, arial;
 color: #000000;
 text-decoration: underline;
}

a:hover
{
 color: #FF0000;
 text-decoration: underline;
}

a.failure
{
  color: #FF0000;
  font-weight: bold;
 text-decoration: none;  
}


.menu_white
{
 font-size: 11px;
 color: #FFFFFF; 
 text-decoration: none;
 font-weight: bold;
}

.menu_white:hover
{
 font-size: 11px;
 color: #FFFFFF;
 text-decoration: underline; 
 font-weight: bold;
}


.menu_dark
{
 font-size: 11px;
 color: #000000; 
 text-decoration: none;
}

.menu_dark:hover
{
 font-size: 11px;
 color: #000000;
 text-decoration: underline; 
}





span.failure
{
  color: #FF0000;
  font-weight: bold;
}

span.small
{
  font-size: 9px;
}

span.bold
{
 font-weight: bold;
}



span.check_green
{
 font-family: tahoma, arial;
 font-size: 9px;
 color: #0DB31D;
}

span.check_red
{
 font-family: tahoma, arial;
 font-size: 9px;
 color: #BD2D2D;
}

span.check_blue
{
 font-family: tahoma, arial;
 font-size: 9px;
 color: #2D45BD;
}

span.check_lila
{
 font-family: tahoma, arial;
 font-size: 9px;
 color: #AE2DBD;
}