.default_style {
  background-color: #f1f1f1;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  text-align: justify;
}

.default_style a:link {
  color: #940000;
}
.default_style a:visited {
  color: #941111;
}
.default_style a:hover {
  color: #948888;
}


.menus {
  background-color: #ADADAD;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #940000;
}

.menus a:link {
  color: #940000;
  text-decoration: none;
}
.menus a:visited {
  color: #941111;
  text-decoration: none;
}
.menus a:hover {
  color: #948888;
  text-decoration: none;
}

.inner_link {
  background-color: #f1f1f1;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
}

.inner_link a:link {
  color: #940000;
  text-decoration: none;
}
.inner_link a:visited {
  color: #941111;
  text-decoration: none;
}
.inner_link a:hover {
  color: #948888;
  text-decoration: none;
}


.copyright {
  background-color: #f1f1f1;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  color: #000000;
}

.copyright a:link {
  color: #940000;
  text-decoration: none;
}
.copyright a:visited {
  color: #941111;
  text-decoration: none;
}
.copyright a:hover {
  color: #948888;
  text-decoration: none;
}


.big_header {
  color: #940000;
  font-weight: bold;
  font-size: 18px;
}

.small_header {
  color: #940000;
  font-weight: bold;
  font-size: 12px;
}

.important {
  font-weight: bold;
}

.inputs {
  background-color: #FEFFC5;
  background-color: #E1C1C1;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #106040;
}  


.code {
  font-family: courier;
  font-size: 11px;
  color: #000000;
  background-color: #E1C1C1;
  margin-left: 20px;
}  
.code_nosp {
  font-family: courier;
  font-size: 11px;
  color: #000000;
  background-color: #E1C1C1;
}  
.indented {
  margin-left: 20px;
}  

.remarks {
  font-size: 11px;
  color: #000000;
  margin-left: 20px;
  padding: 5px;
  border-color: #940000;
  border-width: 1;
  border-style: solid;
}  

.fat_grid {
  border-color: #940000;
  border-width: 2;
  border-style: solid;
}
.thin_grid {
  border-color: #940000;
  border-width: 1;
  border-style: solid;
}

.number_grid {
  border-color: #940000;
  border-width: 1;
  border-style: solid;
  text-align: right;
}

