/* Start of CMSMS style sheet 'Fonts' */
.small {
   font-size: 8pt;
   color: #9A927E;
/*   color: #AAA38E; */
}

.standard {
   font-size: 10pt;
   color: #9A927E;
/*   color: #AAA38E; */
}

h2.home {
   font-size: 10pt;
  font-weight: normal;
  padding: 0;
  margin: 0;
   color: #9A927E;
}

.strikeout {
  text-decoration: line-through;
}

a {
   color: #AAA38E;
}

.standard a {
   color: #9A927E;
/*   color: #AAA38E; */
}

h1 {
   font-size: 14pt;
   color: #AAA38E;
   padding: 0 0 5px 0;
   margin: 0;
}

h2 {
   font-size: 12pt;
   color: #AAA38E;
   margin: 4px 0px 4px 0px;
}

h3 {
   font-size: 10pt;
   color: #AAA38E;
   margin: 4px 0px 4px 0px;
   padding: 0;
/*   float: left; */
}

h4 {
   margin: 0;
   font-size: 10pt;
   color: #AAA38E;
  font-style: italic; 
}

h5 {
  font-style: italic; 
   font-size: 9pt;
  margin: 0 auto;
  padding: 0;
  font-weight: normal;
}

.linebreak {
  border-bottom: 1px dashed #AAA38E;
  width: 580px;
  margin: 2px 0 12px 0;
  height: 10px;
  display: block;
}

span.price {
  float: right;
  font-weight: bold;
  margin-top: 5px;
}

/* End of 'Fonts' */

