/* to be used by programme pages */

.nav1, .nav2, .nav3 {
   margin: 0 0 0 0;
   width: 100%;
   padding: 0 0 0 0;
   text-align: center;
   font-weight: bold;
}

.nav1 {
   margin-top: -30px;
   background-color: #d8e5e5;
   font-size: .8em;
}

.nav2 {
   background-color: #e4f2f2;
   font-size: .75em;
}

.nav3 {
   background-color: #f0ffff;
   font-size: .7em;
}

#programmecontent, #download {
   margin-left: 60px;
   text-align: left;
}

.title {
   margin-top: 8px;
   margin-bottom: 3px;
   font-weight: bold;
}

.session {
   margin-top: 5px;
   margin-bottom: 3px;
   padding: 3px;
   font-weight: bold;
   background-color: #d8e5e5;
}

#download {
   margin-top: 10px;
   margin-bottom: 10px;
}

a:link, a:visited, a:active {
   color: blue;
   text-decoration: none
}

a:hover {
   text-decoration: underline
}

ul {
   list-style-type: square;
}

td.vecpar{
   background-color: White;
   color: Black;
   font-size: small;
   font-family: "Trebuchet MS", sans-serif;
   font-style: normal;
   text-align: right;
   padding: 30 0 0 0
}
