body {
  background-color: #cccccc;
  font-family:      Verdana, sans-serif;
}
p {
  text-indent: 60px;
}
.banner {
  font-weight: bold;
  text-align:  center;
  font-size:   x-large;
}
.corpaddress {
  text-align: center;
  font-size:  x-large;
}
.underline {
  text-decoration: underline;
  font-size:       large;
}
.italic {
  font-style: italic;
  font-size:  small;
  color:      #0000ff;
}
.full {
  width: 100%;
}
.blinking {
  color:           red;
  font-weight:     bold;
  text-decoration: blink;
}  
.logo {
  position: relative;
  top:      0px;
  left:     0px;
  z-index:  1;
}
.starburst {
  position:   relative;
  width:      *;
  height:     72px;
  margin-top: -72;
  top:        245px;
  left:       -40px;
  z-index:    2;
}


/*  
.ltblue {
  font-size:        small;
  background-color: #7db4f4;
}
.ltgreen {
  font-size:        small;
  background-color: #95fcc5;
}
.whitecenter {
  background-color: #ffffff;
  text-align:       center;
}
a:link, a:visited, a:active {color: #009900}
a:hover {color: red}
th {background-color: #99ccff}
th:hover {background-color: #ffffff}
input:hover {background-color: #ffff00}
textarea:hover {background-color: #ffff00}
.tab1 {
  text-indent: 20px;
  color:            #00ff00;
  font-size:        small;
  background-color: #852aa1;
}
.lefthead {
  font-size:        small;
  font-weight:      bold;
  color:            #00cc00;
  background-color: #852aa1;
  vertical-align:   top;
}
*/

