BODY { 
  background-color: #DEF; /* background */
  font-family: Arial, sans-serif;
  font-size: 15px;
}
TABLE.body {
  margin-left: auto;
  margin-right: auto;
  background-color: #06C; /* Safari shows gaps between cells! */
}
TD.content {
  background-color: #FFF;
  width: 38em;          /* also set TD.menu */
}
DIV.content {
  padding-left: 1em;
  padding-right: 1em;
}

H2 {
  color: #06C;           /* theme colour */
  font-family: Arial, sans-serif;
  font-size: 150%;
  font-weight: bold;
  padding-top: 12px;
  width: 100%;           /* MacOS Netscape 4.7 needs to get border correct */
  border-color: #06C;    /* theme colour */
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
H3 {
  color: #06C;           /* theme colour */
  font-family: Arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
}
P,OL,UL,DL,MENU { line-height: 1.2em} /* Must NOT include TD else Netscape 4.7 error! */
UL.plain { list-style-type: none }
CODE,PRE,TT { font-family: Courier, sans-serif }
HR {
  border-color: #06C;    /* theme colour */
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
}
TD { padding: 1px 3px 2px 3px }
TD.date {
  white-space: nowrap;
  text-align: right;
}
IMG.middle {
  vertical-align: middle;
  /* top: 5px; */
}
EM { font-style: italic }
STRONG { font-weight: bold }
STRONG.head {
  color: #06C;            /* theme colour */
  font-family: Palatino, Times, serif;
  font-size: 150%;
  font-weight: bold;
}
STRONG.subhead {
  color: #06C;            /* theme colour */
  font-family: Palatino, Times serif;
  font-size: 120%;
  font-weight: bold;
}
p.caption, TD.caption, SPAN.inactive {
  color: #666;           /* de-emphasis colour */
} 

.bold   { color: #06C }  /* theme colour */
.smcaps { text-transform: lowercase; font-weight: bold; font-size: 100% }
.warn   { color: #C30 }  /* red */
.plus   { color: #06C }  /* theme colour */
.hilite, .special {
  background-color: #FFC /* contrast colour */
}

.diagram { line-height: normal }

A, A:visited, A:active {
  color: #06C;           /* link colour */
  text-decoration: underline ;
}
A:hover {
  color: #99C;           /* link hover colour */
}

/* ================================ Left Cell Styles ================================ */

TD.left {
   background-color: #06C;
}
DIV.left {
  font-size: 120%;
  color: #FFF;
  padding-left: 0.25em;
  padding-right: 0.25em;
  white-space: nowrap;
}
DIV.left A {
  white-space: nowrap;
  margin-left: 3px;
  margin-right: 3px;
}
DIV.left A, DIV.left A:visited, DIV.left A:active {
  color: #FFF; 
  text-decoration: none ;
}
DIV.left A:hover {
  color: #99C;           /* link hover colour */
}


/* =============================== Header Cell Styles ================================ */

DIV.header {
  color: #FFF;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
TD.header {
   background-color: #06C;
}
DIV.header H1 {
  text-align: center;
  color: #FFF;
  margin-top: 6px;
  font-family: Times, serif;
  font-size: 200%;
  font-weight: bold;
}

/* ================================ Menu Cell Styles ================================= */

TD.menu {
  background-color: #06C;
  border-color: #06C;    /* theme colour */
  border-top-width: 1px;
  border-style: solid;
  width: auto;          /* 37em;Firefox bug: needs to be less than TD.content! */
}
DIV.menu {
  color: #FFF;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
DIV.menu A {
  white-space: nowrap;
  margin-left: 3px;
  margin-right: 3px;
}
DIV.menu A, DIV.menu A:visited, DIV.menu A:active {
  color: #FFF; 
  text-decoration: none ;
}
DIV.menu A:hover {
  color: #99C;           /* link hover colour */
}

/* =============================== Footer Cell Styles ================================ */

TD.footer {
   background-color: #06C;
}
DIV.footer, DIV.left_footer {
  color: #FFF;
  padding-left: 0.25em;
  padding-right: 0.25em;
}
DIV.left_footer {
  white-space: nowrap;
}
DIV.footer A, DIV.footer A:active, DIV.footer A:visited,
DIV.left_footer A, DIV.left_footer A:active, DIV.left_footer A:visited
{
  color: #FFF;
  text-decoration: none ;
}
DIV.footer A:hover, DIV.left_footer A:hover {
  color: #99C;
}
DIV.footer I, DIV.left_footer I {
  color: #CCC;
  font-size: 84%;
  font-style: normal;
}
