/* CSS Document */

body {
  text-align: center;
  font-size: 76%;
  background-color: #000060;
  margin-top: 30px;
	font-size: 10pt;
	font-family:"Times New Roman";
  color: #000060;

/*  color: #431B1B;  
*/
  }
  
#wrap {
  width: 760px;
  margin: auto;
  padding: 0px;
  border: solid 1px;
  text-align: left;
  font-size: 1.2em;
  background-color: #FEE4B5;
  }

#page-text {
  margin: 30px;
  padding: 0px;
}

h1 {
  font-size: 36pt;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
h2 {
  font-size: 28pt;
  font-weight: bold;
  margin: 0;
  text-align: center;  
}
h3 {
  font-size: 18pt;
  font-weight: bold;
  margin: 0;
  text-align: center;  
}
h4 {
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  text-align: center;
}

a:link, a:visited {
  font-weight: bold;
  color: blue;
}

p {
  text-indent: 2em;
}

p.home {
  text-indent: 0em;
  font-weight: bold;
}
p.footer {
  text-indent: 0em;
  text-align: center;
}
p.bc {
  text-indent: 0;
  text-align: center;
  font-weight: bold;
}
p.itc {
  text-indent: 0;
  text-align: center;
  font-style: italic;
}
p.bi {
  font-style: italic;
  font-weight: bold;
}
p.ci {
  text-indent: 0;
  text-align: center;
  font-style: italic;
}
p.rs {
  text-indent: 0;
  text-align: right;
  font-size: 9pt;
}
p.ind {
  text-indent: 0;
  margin-left: 2em;
}
p.indb {
  text-indent: 0;
  margin-left: 2em;
  font-weight: bold; 
}
p.indbi {
  text-indent: 0;
  margin-left: 2em;
  font-style: italic;
  font-weight: bold;  
}
p.indlr {
  text-indent: 0;
  margin-left: 7em;
  margin-right: 4em;
}
p.indlri {
  text-indent: 0;
  font-style: italic;
  margin-left: 7em;
  margin-right: 4em;
}
p.indlrb {
  text-indent: 0;
  margin-left: 7em;
  margin-right: 4em;
  font-weight: bold;  
}
p.indlrbi {
  text-indent: 0;
  margin-left: 7em;
  margin-right: 4em;
  font-style: italic;
  font-weight: bold;  
}

