/*
TEXT PROPERTIES (no colors)
*/
body {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 90%;  /* Enables font size scaling in MSIE */
}
h1 {
  font-family : Times New Roman, serif;
  font-size : 250%;
}
h2 {
  font-family : Times New Roman, serif;
  font-size : 150%;
}
h3 {
  font-family : Times New Roman, serif;
  font-size : 130%;
}
.headerSub {
  font-size: 109%;
  text-align: right;
  margin: 0;
  padding: 0.5ex 0;
}
.headerSub a {
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 1ex;
}
.headerTitle {
  margin: 0;
  padding: 1em 4mm 0.25em 4mm;
}
.headerTitle span {
  font-size: 80%;
  font-weight:normal;
  font-style:italic;
}
.highlight {
  font-weight:bolder;
}
.highlight2 {
  font-size:115%;
  font-weight:bolder;
}
.small1 {
  font-size : 85%;
}
.small2 {
  font-size : 70%;
}
#topbar a {
  text-decoration: none;
}
#wikifoot {
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}
#wikifoot div {
  margin: 0;
  padding: 0 0 1ex 0;
}
#wikifoot a {
  text-decoration: underline;
  font-weight: bold;
}
#wikifoot a:hover {
  text-decoration: none;
}
#wikileft .boxtop {
  font-weight: bold;
}
#wikileft a {
  text-decoration: none;
}
#wikileft a:hover {
  text-decoration: none;
}
#wikileft ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1em 0;
  padding: 0;
}
#wikileft li {
  margin: 1ex;
}

/*
COLORS
*/
body {
  color: black;
  background-color: white;
}
.bgnearwhite {
  background-color:#f0f0f0;
}
.bgdark {
  background-color:#d00;
  color:#eff;
}
.bglight {
  background-color:#d0d0d0;
}
.bgmedium {
  background-color:#a0a0a0;
}
.boxtop {
  background-color:#d0d0d0;
  border-color:#606060;
}
.boxbody {
  background-color:#f0f0f0;
  border-color:#606060;
}
.headerSub {
  background-color:#d00;
  color:#eff;
}
.headerSub a:hover {
  background-color:#eff;
  color:#d00;
}
.maintext {
  color:#777;
}
.maintext:hover {
  color:#000;
}
a.maintext:link {
  color:#99f;
}
a.maintext:visited {
  color:#a8a;
}
a.maintext:link:hover {
  color:#00f;
}
a.maintext:visited:hover {
  color:#f00;
}
.subcategories a:hover {
  color:#000;
}
#wikifoot {
  color: black;
}
#wikihead {
  color:#eff;
  background-color:#d00;
}
#wikileft .boxbody {
  background-color:#f0f0f0;
}
#wikileft .boxtop {
  color: rgb(64,64,64);
  background-color:#d0d0d0;
}
#wikileft a {
  color:#555;
}
#wikileft a:hover {
  color: black;
}
#topbar a:hover {
  color: black;
}


/*
BOX LAYOUTS (size, margin, etc)
*/
body {
  margin: 0;
  padding: 0;
}
img {
  border:0;
}
img.book {
  margin-right:1ex;
  float: left;
}
table tr td {
  margin : 0 0 0 0;
  padding : 0 0 0 0;
  border : 0 0 0 0;
}
.boxtop {
  padding:.5em;
  margin-top:3px;
  margin-right:5px;
  border-width:1px;
  border-style:solid;
}
.boxbody {
  padding:1em;
  margin-bottom:1em;
  margin-right:5px;
  border-width:1px;
  border-style:solid;
}
#wikileft {
  width: 12.5em;
}

