A        { text-decoration: underline;
           color: blue;}

A:hover { text-decoration: underline;
          background-color:#66FFFF;
          color: #000099;}

A:visited { font-weight: normal;
            color: maroon; }

A:active {  font-weight: bold;
            color: red; }

body      { background-color:white;
            font-family: Arial, sans-serif;
            color:black;}

body      { background-image: url(../images/background/blgr075.jpg);
            background-repeat: repeat-y;
            background-color: white;
            color:black; }

h1	  {   color:#000099;
            background-color:#33cccc;
            font-size: 1.5em;
            text-align: center;
            padding-top: 10;
            padding-bottom: 10;}

h2 span {  background-color:#000099;
           padding-left:5;
           padding-right: 5;
           padding-top: 10;
           padding-bottom: 10;
        } 

h2  {  color:#66FFFF;
       font-size: 1.17em; 
    } 


h3  {  color:#000099;
       font-size: 1.17em; 
       padding-top: 10;
       padding-bottom: 10;
       padding-left:5;
       padding-right: 5; 
    }

h4  {  color:#33cccc;
       font-size: .83em; 
       font-style: italic;
    } 

ul    { text-align: Left;
        font-weight: normal;  }

li    { margin-bottom: 9;}


ul ul { font-size: .83em; }

ul ul ul { font-size: .75em;   }

ol ul { font-size: .83em; }


ol    { text-align: Left;
        font-weight: normal;  }

dl    { text-align: Left;
        font-weight: normal;  }
        
em    { color: red;  }

cite  { font-family: Courier New, Courier, monospace; 
        color:blue;
        font-weight: bold;}

code  { font-family: Courier New, Courier, monospace; 
        color:#000099; 
        font-weight: bold; 
        font-size: 1.1em
      } 

dfn   { color: #008000;}

var   { color: "#800000"; }

div   { font-family: Courier New, Courier, monospace; 
        color: black;
        font-weight: bold; 
        font-size: .83em; 
        text-align: Left; 
        background-color: #eeffff; 
        border: thin solid  #33cccc; }

div div { border: thin solid #66FFFF; }

div div div { border: thin solid #000099; }

div em { font-family: Times New Roman, serif;
         color: red;
         font-weight: bold; 
         font-style: normal;}

th  { color:white;
      background-color:#000099;
      font-size: 1.17em;}
                    
table {    font-family: Arial, sans-serif;}
                     
table tt {font-size: .83em;}

table caption  {  font-size: 1.17em;
                  font-weight: bold;}

.largeT { font-size: .75em; }

.smallT {  }

.code  { font-family: Courier New, Courier, monospace; 
         color: black; 
         font-weight: normal; 
         text-align: Left; }


.bg  { background-color: #000099;
       color: #66FFFF}