@CHARSET "ISO-8859-1";
                .ttable {
                  border-collapse: separate;
                  border-spacing: 2px;
                }
                .ttd1 {
                  background-color: #7E7F8D;
                  padding: 6px 3px 6px 3px;
                  text-align: center;
                }
                .ttd0 {
                  background-color: #9E9FA9;
                  padding: 6px 3px 6px 3px;
                  text-align: center;
                }
                .ttable th {
                  background-color: #F29839;
                  padding: 3px;
                  text-align: center;
                  color: #FCFFCC;
                  font-weight: bold;
                  vertical-align: middle;
                  background-image: url(img/tt_bg2.jpg);
                  background-repeat: repeat-x;
                }
                .tserie {
                  background-color: #312D83;
                  padding: 3px;
                  text-align: center;
                  color: #CEE8F0;
                  font-weight: bold;
                  vertical-align: middle;
                  background-image: url(img/tt_bg1.jpg);
                }
                
                .ttable td:hover {
                  background-color: #F29839;
                }
                
                
                .tserie a {
                  color: #CEE8F0;
                }
                
                
