
a:active    { color: #5b3e1c; font-size: 9pt; fontsize: 9pt   }
a:hover    { color: #5b3e1c; font-size: 9pt; fontsize: 9pt   }
a:link      { color: #755024; font-size: 9pt; fontsize: 9pt     }
a:visited      { color: #724e23; font-size: 9pt; fontsize: 9pt     }
body   { color: #5b3e1c; font-size: 9pt; font-family: Verdana, Arial, Helvetica; fontsize: 9pt  }
h1   { color: #5b3e1c; font-size: 14pt; font-family: Verdana, Arial, Helvetica; font-weight: bold; margin-top: -5px; margin-bottom: -5px; fontsize: 12pt    }
h2   { color: #5b3e1c; font-size: 12pt; font-family: Verdana, Arial, Helvetica; font-weight: bold; margin-top: -5px; margin-bottom: -5px; fontsize: 12pt     }
h3   { color: #5b3e1c; font-size: 12pt; font-family: Verdana, Arial, Helvetica; fontsize: 12pt  }
input    { color: #5b3e1c; font-size: 9pt; font-family: Verdana, Arial, Helvetica; background-color: #ffffff; fontsize: 9pt   }
li   { color: #5b3e1c; font-size: 9pt; font-family: Verdana, Arial, Helvetica; fontsize: 9pt  }
ol   { color: #5b3e1c; font-size: 9pt; font-family: Verdana, Arial, Helvetica; fontsize: 9pt  }
p    { color: #5b3e1c; font-size: 9pt; font-family: Verdana, Arial, Helvetica; line-height: 14pt; fontsize: 9pt   }
td    { color: #5b3e1c; font-size: 9pt; font-family: Verdana, Arial, Helvetica; line-height: 14pt; fontsize: 9pt   }
textarea   { color: #5b3e1c; font-size: 9pt; font-family: Verdana, Arial, Helvetica; background-color: #ffffff; fontsize: 9pt  }

.text-right {
    text-align:right;
}

.text-center {
    text-align:center;
}

.text-left {
    text-align:left;
}

.timetable {
    border-collapse:collapse;
    border-spacing:0;
    border:1px solid #000;
}

.timetable th,
.timetable td, .timetable p {
    padding:1px;
    font-size:11px;
}

.timetable thead th,
.timetable thead td {
    vertical-align:bottom;
    border:1px solid #000;
}

.timetable thead th {
    /*text-align:left;*/
}

.timetable tbody th,
.timetable tbody td {
    vertical-align:top;
    border:1px solid #000;
    border-width:0 1px;
}

.nowrap {
    white-space:nowrap;
}