  a:link {
	color: rgb(72, 98, 140);
	text-decoration: none;
    }

  a:visited { color: rgb(72, 98, 140);
    }

  a:hover { color: rgb(88, 120, 172);
    }

  a:active { color: rgb(72, 98, 140);
    }

  .title { font-weight: bold;
    font-size: 13px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    }

  .text { font-weight: normal;
    font-size: 12px;
    color: rgb(14, 24, 42);
    font-family: Arial,Helvetica,sans-serif;
    }

  .newstitle { font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    }

  .newstext { color: rgb(14, 24, 42);
    font-weight: normal;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    }

  .linknormalbold { font-size: 12px;
    color: rgb(14, 24, 42);
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    text-decoration: none;
    }

  .linknormal { font-size: 12px;
    color: rgb(14, 24, 42);
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    text-decoration: none;
    }

  .linkinvert { font-weight: bold;
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    }

  .smalltext_white { color: rgb(255, 255, 255);
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    }

  .smalltext_dark { font-weight: bold;
    color: rgb(14, 24, 42);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    }

  .navigation { color: rgb(255, 255, 255) ! important;
    text-decoration: none ! important;
    font-family: Arial,Helvetica,sans-serif;
    }


  tr.off { 
    }

  tr.on {
    background: rgb(214,228,255);
    }
