/*
 $Id: eso.style,v 1.3 1999/10/25 14:47:43 web Exp web $
*/

BODY {
  margin-top: 0.2em;
  margin-left: 0.5em;
  background-color: white;
  color: black;
}

.hide { display: none }

.blockquote {
  margin-left: 10%;
  margin-right: 10%;
}

.abstract {
	background-color: #ffffcc;
	color: black;
}

.warning {
	background-color: #ffffcc;
	color: #ff9999;
	font-weight: bold;
}

.note {
	margin-left: 3em;
	margin-right: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #ffffcc;
	color: black;
	font-weight: bold;
}

.thankyou {
	margin-left: 4em;
	text-align: center;
	font-size: large;
	font-weight: bold;
	color: blue;	
	background-color: #ffffcc;
}

.more-margin-left {
  margin-left: 5em;
}

ul {
  list-style-image: url("/images/arr0black.gif");
}


li.wideitem {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul.wideitem {
  margin-top: 1em;
  margin-bottom: 1em;
}


span.scommand {
	color: black;
	background-color: #ffffcc;
	font-family: courier,monospace;
}

em {
	font-weight: bold;
}	

a.nav-top:link {
  color: white;
  background-color: #006699;
}

a.nav-top:visited {
  color: white;
  background-color: #006699;
}

td.nav-top {  
       font-family: Arial, Helvetica, sans-serif; 
       font-size: x-small; 
       color: white; 
       background-color: #006699;
       text-align: center;
}


td.nav-sites-bottom {  
       font-family: Arial, Helvetica, sans-serif; 
       font-size: small; 
       color: white; 
       background-color: #006699;  
       text-align: center;
}


a.nav-sites-bottom:visited {
  background-color: #006699;  
  color: white;
}

a.nav-sites-bottom:link {
  background-color: #006699;  
  color: white;
}

div.footer {
   font-size: 9pt;
   background-color: white;  
   color: black;
}

a.footer:link,a.footer:visited  {
   color: #0033cc;
   background-color: white;  
}

/*
a:visited {
  color: #800080;
  background-color: transparent;
}


a:active {
  color: green;
  background-color: #ffd700;
}
*/

