/* Background, newsboard width, font not in tables */
BODY {font-family: Tahoma; color: #201D35; font-size: 11px; margin: 5px 10% 5px 10%; background-color: #000000;}

/* Links */
a:link, a:visited, a:active, a:focus  {color:#12233A; text-decoration: none;}
a:hover {color:#12233A; text-decoration: underline;}

/* Font in tables */
TABLE, TR, TD {font-family: Tahoma; color: #000000; font-size: 11px; width:700px;}

/* Don't change this! */
.intable {border:0px; border-collapse: collapse; width:708px; margin: 0px; padding: 0px;}

/* Header */
.thead {background-color: #354F73; color: #7696C2; border: #d9d9d9 1px solid; width:698px; border-bottom: 0; padding: 4px; background-image: url();}

/* Primary cell */
.tcell {background-color: #647796; border: #d9d9d9 1px solid; width:698px; padding: 4px; text-align:left;}

/* Secondary cell */
.tcell2 {background-color: #647796; border: #d9d9d9 1px solid; width:698px; padding: 4px;}

/* Navigation board */
.topstrip {background-color: #647796; border: #d9d9d9 1px solid; width:700px; padding:3px;}

/* Search result separation */
.seperation {background-color: #FFF; border: #d9d9d9 1px solid; width:698px; height: 5px;}

/* Quote box */
.quote {background-color: #FFFFFF; border: #d9d9d9 1px dashed; width:700px; padding: 4px; margin: 0px 50px 0px 50px; text-align:justify;}

/* Error message */
.error {color: #FF0000;}

/* Search result highlight */
.highlight {color: #FFCC00; background-color: #000000;}

/* Copyright and statistics */
.info {font-size: 9px; text-align: center;}