
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common browsers */
:link,:visited { text-decoration:none; color: inherit; }
ul,ol { list-style:none; }
li { display: block;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }

body
  {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    background-image: url(g/subnav_back.gif);
    background-repeat: repeat-y;
    background-attachment: fixed;
  }

a
  {
    color: #D89000;
    text-decoration: none;
  }

img
  {
    border: 0px;
    margin: 0px;
    padding: 0px;
  }

p
  {
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #D89000;
  }

p.strom
  {
    margin-bottom: 60px;
  }

p.subnav
  {
    width: 162px;
    margin-bottom: 10px;
    text-align: center;
  }

ul
  {
    margin: 0;
    padding: 0;
  }

ul li
  {
    display: block;
    width: 160px;
    margin: 0 0 8px;
    padding: 0;
    text-align: center;
  }

ul li span
  {
    display: -moz-inline-box;
    display: inline-block;
    background: url(g/subnav_n_lhs.gif) left top no-repeat;
    height: 20px;
    color: #214B95;
  }

ul li strong span
  {
    background-image: url(g/subnav_x_lhs.gif);
    color: #219631;
  }

ul li span a
  {
    display: block;
    height: 20px;
    margin: 0 0 1px;
    background: url(g/subnav_n_rhs.gif) right top no-repeat;
    padding: 0 10px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #214B95;
  }

* html ul li span a
  {
    display: inline-block;
  }

ul li strong span a
  {
    background-image: url(g/subnav_x_rhs.gif);
    color: #219631;
  }

