/****************
** default.css **
****************/

body {
  background:white  url("g/black-wood-bg.jpg");
  font-family:georgia;
  padding:0;
  margin:0;
  height:100%;
}

h1, h2, h3, h4, h5 {
  margin:0 0 4 0;
  font-variant:small-caps;
  white-space: nowrap;
}

/* table { border:1px solid gray; } */

.head_cell {
  font:bold 18pt;
  padding:0;
}

.content_body {
 xbackground: #ffeebb;
  background: navajowhite;
  width:100%;
  height:100%;
  scrollbar-arrow-color: gold;   /* IE only */
  scrollbar-base-color: #444444;
}

.content_cell {
  margin:0;
  text-align:justify;
  font-size:11pt;
  line-height:120%;
  padding:12;
  vertical-align:top;
}

.table0 {
 xbackground:#fff7dd;
  background:white url("g/bg02.jpg");
  border:1px solid gray;
  height:94%;
  width:94%;
}

.table1 {
  margin:0;
  height:100%;
  width:100%;
}

a {
  text-decoration:none;
  color:maroon;
  font-weight:bold;
}


/* MENU */

.menu_table {
  xborder-bottom: 1px solid silver;
  margin-bottom:4;
}

td.button {
  padding:0 3 1 3;
  text-align:center;
  vertical-align:middle;
}

a.button {
  color:lightyellow;
  background:darkbrown;
  font-family:arial;
  font-size:11pt;
  padding:0;
  white-space: nowrap;
  text-align:center;
  vertical-align:middle;
}

a:hover {
  background:gold;
  color:maroon;
}


.foot_cell {
 xfont-size:8pt;
  font-size:80%;
  font-family:arial,georgia,times new roman;
  font-weight:bold;
  text-align:center;
  vertical-align:middle;
 xcolor: #332200;
  color: white;
  white-space: nowrap;
 xletter-spacing: 1px;
  padding:0 4 4 4;
  line-height:130%;
}


/********************
** EOF default.css **
********************/
