html, body {
  height: 100%;
}

body, td, input {
  color             : #000033; 
  font              : 10pt courier new, courier; 
  letter-spacing    : 1pt;
  background-color  : #ffffff;
  margin:           0px;
  padding:          0px;
} 

td {
  vertical-align    : top;
}

h1 { 
    color           : #000033; 
    font-size       : 145%; 
    line-height     : 200%; 
    font-style      : normal;
    } 

h2 { 
    color           : #000033; 
    font-size       : 120%; 
    line-height     : 180%; 
    font-style      : normal;
    } 

h3 { 
    color           : #cc9966; 
    font-size       : 110%; 
    line-height     : 160%; 
    letter-spacing  : 0pt;
    font-style      : normal;
    }
    
a {
  color: #999999;
  text-decoration: none;
}

a:hover {
  text-decoration: underline; 
} 

a.high {
  color : #000000;
}

a.high:hover {
  color : #222222;
} 

a.name {
  color : #dd3333;
}

a.name:hover {
  color             : #990000;
} 

.menu { 
  color:          #000033; 
  font:           normal 120% courier new, courier;
  line-height:    180%; 
} 

.menu a {
  color:          #000033; 
}

.menu a:hover {
  text-decoration:  none;
  color:            #993333; 

}

.menu h1 {
  float:  left; 
  width:  250px;
}

.menu .element {
  width:  250px;  
}

.bigtext {
  font-size:      11pt;
  letter-spacing: 0pt;
  line-height:    13pt;
}

input {
  border:       1px solid #aaaaaa;
  color:        #aaaaaa;
  width:        150px;
  padding:      0px 2px 0px 2px;
}

.dorograu {
  color: #959595;
}
  
.firstOver:first-letter {
  text-decoration:  overline;
}

.firstBold:first-letter {
  font-weight:      bold;
}

table.full {
  width:      780px;
  height:     100%;
  margin:     auto; 
  border-collapse: collapse;
}

img, div { behavior: url(iepngfix.htc) }

.linkbutton {
  width: auto;
  border: 0px;  
}

.linkbutton:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* debug 
ul, div {
  border:     1px solid red;
}

td {
  border:     1px solid green;
}

table {
  border:     1px solid blue;
}

/* debug */
