/* ============== ISEqH Stylesheet  ====================== 
 *
 *  Colours:
 *              text: #333333
 *          headings: #003399
 *            rulers: #999999
 *        left links: #666666 
 *            footer: #999999
 *      right column: #f5f5f5      
 *             links: #333399
 *             hover: #0000ee
 *  language buttons: #eeeeee;
 *
  ========================================================  */

body 
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 line-height: 1.3em;
 color: #333333;
 margin: 0;
}

table
{
  border: solid 1px #ffffff;
  width: 100%;
}

hr
{
 
  width: 90%;
  color: #999999;
  height: 1px;
  style: solid;
}

h1, h2, h3, h4 { 
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #003399; 
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1em;
}

h1 { font-size:1.6em; border-top: solid 1px #003399;   }
h2 { font-size:1.4em; }
h3 { font-size:1.2em; }
h4 { font-size:1.0em; }

a, a:link, a:hover, a:visited { color: #0033aa; text-decoration: none; }

a:hover { background: #dddddd; color: #0000dd; text-decoration: none; font-weight: bold; }

.sitemap
{
  color: #ffff00; 
  font-size: 0.8em;;
  line-height: 1.5em;;
  text-decoration: none; 
  border: none;

}

.normal
{
  font-size: 0.8em;;
  line-height: 1.5em;
  margin: 1em;
}

.content
{
  font-size: 0.8em;;
  line-height: 1.3em;;
  margin: 1em;
}

.footer { 
  color: #999999;  
  font-size: 0.7em; 
  text-align: center; 
}

.bold { 
  color: #000000;  
  font-weight: bold;
}

.right
{
   background: #f5f5f5;
   border-left: solid 1px #eeeeff;
   text-align: right;
   font-size: 0.8em;
   line-height: 1.5em;
}

.noshow { 
  text-decoration: none; 
  border: none;
}

.language 
{
  background-color: #eeeeee;
  color: #003399;
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
}
