/* Kemenel's Standard Style */

/* Setting properties for BODY allows all other to inherit? */
BODY
{
  background: url(../images/edge.jpg) #FFFFF5;
  font-family: Book Antiqua, Utopia, Times New Roman, serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12pt;
  margin-left: 100px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: black;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
}

H1
{
  margin-top: .75em;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  word-spacing: normal;
  letter-spacing: normal;
}

H2
{
  font-size: 1.75em;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  word-spacing: normal;
  letter-spacing: normal;
}

H3
{
  font-size-adjust: .53;  
  font-size: 1.58em;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-transform: none;
  word-spacing: normal;
  letter-spacing: normal;
}

H4
{
  font-size-adjust: .53;  
  font-size: 1.17em;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  text-transform: none;
  word-spacing: normal;
  letter-spacing: normal;
}  

P
{
  text-indent: 2em;
  font-size: 1em;
  font-weight: normal;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
}

UL
{
  font-size: 1em;
  font-size-adjust: .5;
  font-weight: normal;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
}

IMG
{
  border-style: none;
  border-color: #FFFEF6;
  text-decoration: none;
}

#bar
{
  text-align: center;
}

ADDRESS
{
  font-weight: normal;
  font-size: 8pt;
}

TABLE
{
  border-style: none;
  width: 100%;
}

TR
{
  vertical-align: top;
}

TD
{
  vertical-align: top;
}

/* Table used to arrange the pages */
.body
{
  width: auto;
}

.menubar
{
  width: 10px;
}

.menu
{
  width: 100px;
  text-align: left;
  font-size: 10pt;
}

.menutext
{
  margin-left: 0px;
}

.menulink
{
  text-decoration: none;
}

.noindent
{
  text-indent: 0em;
}

.warning
{
  background-color: #FFFFF5;
  color: red;
}

.outerborder
{
  border-style: groove;
  border-width: 3px;
}

.headerborder
{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px groove;
}

.borderbox
{
  border-style: groove;
  border-width: 1px;
}

.htdig
{
  border-width: 0px;
  vertical-align: middle;
}

.htdigborder
{
  border-style: groove;
  border-width: 2px;
  vertical-align: middle;
}

.deprecated
{
  font-style: italic;
}

.unicode
{
  font-family: "Lucida Sans Unicode";
  font-size: 14px;
}
