/* Default style for links */
a:active  { color: #0000CC; background-color: #cdcdcd;}
a:focus  { color: #0000CC; background-color: #cdcdcd;}
a:hover   { color: #CC0033}
a:link    { color: #666699}
a:visited { color: #666666}

/* Default style */
body
{
  background-color: #FFFFFF;
}

/* Use this style for footnote numbers */
span.Footnote
{
  font-family: Verdana, geneva, helvetica, arial, sans-serif;
  font-size: small;
  vertical-align: super
}

/*breadcrumbs style*/ 

.breadcrumbs { 
  color:#666699; 
  font-family: Verdana, geneva, helvetica, arial, sans-serif; 
  font-size:0.8em;
  margin: 7px;
}

/*link letters for index and glossary*/

.hot_letters
{

 font-family: Verdana, geneva, helvetica, arial, sans-serif;
 font-weight: bold;
 margin-left: 7pt;
}


/*masthead styles*/
.masthead-background { background-color: #000000; }
.masthead-title-row { background-color: #000000; }
.masthead-separator-row { background-color: #FFFFFF; }
.masthead-bottom-row { background-color: #666699; }
.secondary-masthead-title {
  color: #FFFFFF; 
  font-family: Verdana, geneva, helvetica, arial, sans-serif; 
  font-weight: bold; 
  }
a.secondary-masthead-title:hover { color: #FFFFFF; }
a.secondary-masthead-title:link { color: #FFFFFF; }
a.secondary-masthead-title:visited { color: #FFFFFF;}
a.secondary-masthead-title:active { color: #FFFFFF;}


/*Netscape 4.78 Note and Caution styles*/


td.pNote
{
  color: Black;
  font-family: Verdana, geneva, helvetica, arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-right: 8px;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
}

td.pNoteBold
{
  color: Black;
  font-family: Verdana, geneva, helvetica, arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 8px;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none
}

td.pCaution
{
  color: Black;
  font-family: Verdana, geneva, helvetica, arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-left: 8px;
  margin-right: 8px;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none
}

td.pCautionBold
{
  color: Black;
  font-family: Verdana, geneva, helvetica, arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 8px;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none
}

td.pTip
{
  color: Black;
  font-family: Verdana, geneva, helvetica, arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-right: 8px;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
}

td.pTipBold
{
  color: Black;
  font-family: Verdana, geneva, helvetica, arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 8px;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none
}


/*List style for NS 4.78*/



li{margin-top: 0.4em;}

p.pList
{
  color: Black;
  font-family: Verdana, geneva, helvetica, arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-top: 0.4em;
  margin-bottom: 0.3em;

}


/*search styles*/

.search
{
  font-family: Verdana, geneva, helvetica, arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none
}


/* Copyright */

.copyright 
{ 

  font-size: 0.8em; color: Black;
  font-family: Verdana, geneva, helvetica, arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-left: 13px;
  margin-right: 8px;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none
}

