/* 0031ff  00 49 255 blue */
/* ff7b21  255 123 33 orange */
/* fdeba2  yellow */

/* body */
body.bd-margin {margin: 0}

/* header table */
table.t-head {border: solid 1pt #ff7b21}
th.h-logo {border: solid #ff7b21; border-width: 0 1pt 0 0}
th.h-title {font: bold 15pt times new roman; color: ff7b21; background-color: eeeeee}

/* tables */
table.t-border {border: solid 1pt #0031ff}

/* table cells */
.c-dark {font: bold 8pt verdana; color: ffffff; background-color: 0031ff}
.c-brite {font: 8pt verdana; background-color: fdeba2}
.c-text {font: 8pt verdana; background-color: eeeeee}
.c-b-text {font: 8pt verdana; background-color: eeeeee; border: solid 1pt #0031ff}

/* font colour */
.fc-menu {color: ffffff; text-decoration: none}
.fc-menu:hover {color: fdeba2; text-decoration: underline}

.fc-sub {color: 0031ff; text-decoration: none}
.fc-sub:hover {color: ff7b21; text-decoration: underline}

/* font size */
.fs-big {font: bold 13pt verdana}
.fs-title {font: bold 9pt verdana; color: 0031ff}
.fs-text {font: 8pt verdana}
.fs-small {font: 7.5pt tahoma}
