body.main {
  background: white url(../images/m5_emb_s3.jpg);
  font-family: Verdana, 'Trebuchet MS', Tahoma, Geneva, Arial, sans-serif;
  font-size: 18;
  color: black;
}

.smallprint {
  position: relative;
  top: 20px;
  left: 30px;
  width: 90%;
  font-size: 7pt;
  align: justify;
}

.indent1 {
  position: relative;
  font-size: 14pt;
  line-height: 14pt;
  left: 50px;
  width: 90%;
}
 
.indent2 {
  position: relative;
  font-size: 14pt;
  line-height: 14pt;
  left: 30px;
}
  
.indent3 {
  position: relative;
  font-size: 16pt;
  line-height: 18pt;
  left: 100px;
  color: #222288;
}

.indent3.3a {
  font-size: 13pt;
}

h1 {
  text-align: center;
  font-size: 30pt;
  color: #2222cc;
}

h2 {
  color: #2222cc;
}

.content {
  position: relative;
  top: 10px;
  left: 5px
  width: 760px;
  text-align: justify;
  color: #222288;
}

.ruler {
  width: 95%;
  height: 4px;
}

 
a {
  text-decoration: none;
}

a:link {
  color: red;
}

a:visited {
  color: blue;
}

a:hover.ht {
  font-weight: bolder;
}

a:active {
  color: gray;
}


/* Styles for new price list pages */

body.pl {
  width: 700px;
  background-image: url(../images/parchbg.jpg);
}
table.pl {
  width: 650px;
  border-style: solid;
  border-collapse: collapse;
  border-color: #999999;
  background-color: white;
  font-family: sans-serif;
}
th.pl {
  background: #e0ad7A;
  font-size: 12pt;
}
td.pl {
  font-size: 12pt;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bold;
}
.crnt {
  width: 600px;
}
.content {
  margin-left: 20px;
}
h2.std {
  color: #333388;
  font-family: sans-serif;
}
h2.pl {
  margin-left: 240px;
  color: #333388;
  font-family: sans-serif;
}


