/* ----------------------------------------------------------- Navigation Bar */
/*remember in windows you can css window borders and all that*/
/*you can even style frames and framesets in IE*/
/*
body {scrollbar-3dlight-color:#B8D8E9;
scrollbar-arrow-color:#B8D8E9;
/*scrollbar-base-color:red;*/
scrollbar-darkshadow-color:navy;
scrollbar-face-color:#0000cc;
scrollbar-highlight-color:#B8D8E9;
scrollbar-shadow-color:navy;
scrollbar-track-color:#ccccff; }
*/
html{background:Menu}
/*{border:0;}*/
frameset{border:0px dotted green;margin:0 !IMPORTANT;padding:0 !IMPORTANT;spacing:0 !IMPORTANT;background:purple}
frame{border:0px dotted red;margin:0 !IMPORTANT;padding:0 !IMPORTANT;spacing:0 !IMPORTANT}
BODY
{ 
  color: MenuText;
  background: Menu;
  font-family: Arial,sans-serif;
  font-weight: bold;
  border:0;

}

body.P span{text-align:left;margin:2px;display:block;padding:2px;color:CaptionText;background:ActiveCaption !important}

body.N{background:white;}
img {border:0;}


TABLE.N
{
  height: 125;
}

A
{
  color:navy;color: MenuText;font-size:.9em;
  background-color: transparent;
  text-decoration: none;
}

A:HOVER
{
  color: HighlightText;
  background:Highlight;
  text-decoration: underline
}


A.N
{
  color: #B8D8E9;
}

A.N:HOVER
{
  color: white;
}


/* ------------------------------------------------------------- Map Explorer */
TD.E
{
  font-family: verdana, helvetica, sans-serif;
  text-decoration: none;
}

A.E
{
  font-family: Arial,sans-serif;
  text-decoration: none;
}

A.E:HOVER
{
  text-decoration: underline
}

.specialClass
{
  font-family: garamond,serif;
  font-size: 1em;
  color: #B8D8E9;
  text-decoration: underline
}

/* ----------------------------------------------------------------- Document */

BODY.D
{
  color: #B8D8E9;
  background-color: white;
}

A.D
{
  color: #B8D8E9;
  background-color: white;
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-decoration: none;
}

A.D:HOVER
{
  background-color: white;
  text-decoration: underline
}

.Core   { color: #B8D8E9; background-color: white; font-family: Arial,sans-serif; font-size: 3em; }
.Level1 { color: #B8D8E9; background-color: white; font-family: Arial,sans-serif; font-size: 2em; }
.Level2 { color: #B8D8E9; background-color: white; font-family: Arial,sans-serif; font-size: 2em; }
.Level3, .Level4, .Level5, .Level6, .Level7, .Level8, .Level9 { color: #B8D8E9; background-color: white; font-family: Arial,sans-serif; font-size: 1.5em; }

/* ---------------------------------------------------------------------- Map */

BODY.M
{
  color: #B8D8E9;
  background-color: white;
}

A.M
{
  color: #B8D8E9;
  background-color: white;
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-decoration: none;
}

A.M:HOVER
{
  color: #B8D8E9;
  background-color: white;
  font-family: Arial,sans-serif;
  font-weight: bold;
  text-decoration: underline
}