body {
  padding-left: 2em; 
  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: rgb:64,49,82;
  background-color: #efefef
}
ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }
h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif }
ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 1em solid black }
ul.navbar a {
  text-decoration: none }
a:link {
  color: blue }
a:visited {
  color: purple }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

.td1 {text-decoration:overline}
.td2 {text-decoration:line-through}
.td3 {text-decoration:underline}
.td4 {text-decoration:blink}
.td5 {color: red; text-decoration:blink;}

table#sample {
    background-color:#FFFFFF;
    border: solid #000 3px;
    width: 400px;

}

table#sample td {
    padding: 5px;
    border: solid #000 1px;

}

.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;

}

.toprow {
    /*font-style: italic;*/
    text-align: center;
    background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;

}

.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;

}


.row1 {
    /*font-style: italic;*/
    text-align: left;
    background-color: #FFFFFF;

}
.row2 {
    /*font-style: italic;*/
    text-align: left;
    background-color: #efefef;

}
.whiterow {
    /*font-style: italic;*/
    text-align: left;
    background-color: #ffffff;

}

.yellowrow {
    /*font-style: italic;*/
    text-align: left;
    background-color: yellow;

}

.greenrow {
    /*font-style: italic;*/
    text-align: left;
    background-color: green;

}

.redrow {
    /*font-style: italic;*/
    text-align: left;
    background-color: red;

}
.bluerow {
    /*font-style: italic;*/
    text-align: left;
    background-color: red;
}

.toprow {
    /*font-style: italic;*/
    text-align: left;
    background-color: #94758c;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

.menurow {
    /*font-style: italic;*/
    text-align: left;
    background-color: #32222e;
}

.headerrow1 {
    text-align: left;
    background-color: #939c7a;
	color: #ffffff;
}
.headerrow2 {
    text-align: left;
    background-color: #939c7a;
	color: #ffffff;
	font-size:125%
}

.logocell {
    background-color: #32222e;
}

.addytext {
color: #32252e;
}

.infotext {
color: #32252f;
}
.headertext {
color: red;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; }
