/* start base.css */
body
{
  background-color: #ffffff;
  font-family: "tahoma", "arial", "helvetica", sans-serif;
  margin: 1em;
}
body:link, a:link
{
  text-decoration: none;
}
body:visited, a:visited
{
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
pre
{
  font-size: 1.0em;
}
hr
{
  width: 100%;
}
h1
{
  font-style: italic;
  font-size: 2em;
  text-align: center;
}
h2
{
  font-size: 1.5em;
  text-align: center;
}
h3
{
  font-size: 1.3em;
}
h3.ctr
{
  font-size: 1.3em;
  text-align: center;
}
img
{
  border: none;
}
p.lt
{
  text-align: left;
}
p.ctr
{
  text-align: center;
}
p.rt
{
  text-align: right;
}
.sm
{
  font-size: 0.8em;
}
div.ctr
{
  text-align: center;
  left: 0;
  right: 0;
}
table
{
  font-size: 1em;
  border: none;
  width: 100%;
}
table.menubar
{
  background-color: #ffffff;
/*
  position: fixed;
*/
  text-align: center;
  border: none;
  width: 130px;
}
table.menubarnested
{
  background-color: #ffffff;
  text-align: center;
  border: none;
  width: 1%;
}
table.tight
{
  display: inline-table;
  font-size: 1em;
  text-align: center;
  border: none;
  width: 1%;
}
table.pix
{
  display: inline-table;
  font-size: 1em;
  text-align: center;
  border: none;
  width: 1%;
}
table.gallery
{
  font-size: 1em;
  display: inline-table;
  border: 0;
  width: 1%;
}
td
{
  font-size: 1em;
  color: #3f5f9f;
  vertical-align: top;
}
td.main
{
  font-size: 1em;
  color: #3f5f9f;
  vertical-align: top;
  background: url("teddybear.jpg");
/*
  margin-left: 130px;
*/
}
td.menubar
{
  font-size: 1em;
  color: #3f5f9f;
  text-align: center;
  vertical-align: top;
}
td.bar
{
  font-size: 0.75em;
  vertical-align: middle;
  width: 1%;
}
td.pix
{
  vertical-align: middle;
  margin: 2px;
  padding: 8px;
}
td.gallery
{
  vertical-align: middle;
  text-align: center;
}
table.plugs
{
  font-size: 1em;
  border: none;
  vertical-align: bottom;
}
a.bar:link
{
  color: #3f5f9f;
  text-decoration: none;
}
a.bar:visited
{
  color: #5f5f5f;
  text-decoration: none;
}
a.bar:hover
{
  color: #0000ff;
  text-decoration: none;
}
ul.ctr
{
  text-align: center;
}
abbr, acronym, .help
{
  border-bottom: 1px dotted #333;
  cursor: help;
}

/* end base.css */

body
{
  color: #3f5f9f;
  font-size: 10pt;
}
body:link, a:link
{
  color: #0000ff;
}
body:visited, a:visited
{
  color: #5f5f5f;
}
a:hover
{
  color: #660000;
}
pre
{
  color: #3f5f9f;
}
table
{
  color: #3f5f9f;
}
tr.highlight
{
  background-color: #3f5f9f;
  color: #ffffff;
}
td
{
  color: #3f5f9f;
}
img
{
  border: none;
}
img.bar
{
  width: 50px;
  height: 50px;
}
img.bar:hover
{
  width: 50px;
  height: 50px;
}

