body {
     background-color: #F0FFAA; /* #FFFF00; /* #FFF0F5; */
     margin-top: 0px;
}

.invisible {
           display : none;
}

.center {
        text-align: center;
        margin-top: 40px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.small {
        font-size: 80%;
        /* margin-top: 40px; */
}

.bold {
  font-weight: bold;
}

.red {
  color: #CC0000;
}

.blue {
  color: #3333DD;
}

.green {
  color: #006600;
}

.scriptfont {
  font-family: 'Lucida Handwriting', cursive;
}

.price {
  font-size: 250%;
  font-weight: bold;
  text-align: right;
}

.emph {
  font-family: serif;
  font-style: italic;
  font-weight: bold;
  font-size: 150%;
  color: #FF3333;
}

div.reiki {
    background-color: #FFFFFF;
    background-image:url(./media/bg_reiki.jpg);
    background-repeat: no-repeat;
    background-position: center;
    font-family:'Lucida Handwriting', sans-serif;
}

div.comment {
  display: block;
  width: 25%;
  float: right;
  overflow: hidden;
  font-family: cursive;
  font-size: 110%;
  color: #CC3333;
/*  border-style: solid;
  border-width: 1px; */
}

div.header {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0px;
  border-bottom-style: solid;
  border-bottom-color: #006030;
  border-bottom-width: 5px;
}

div.menu {
  display: block;
  position: fixed;
  top: 210px;
  bottom: 10px;
  overflow: auto;
  width: 16%;
  float: left;
  margin: 0px;
  padding-left: 10px;
  padding-top: 20px;
/*  border-right-style: solid;
  border-right-width: 1px; */
}

p.mn {
  font-size: 100%;
  margin-top: -1.0ex;
  padding-left: 1.2em;
  background-image: url(./media/bullet.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
p.mn2 {
  font-size: 100%;
  padding-left: 1.2em;
  background-image: url(./media/bullet2.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
p.mns {
  font-size: 95%;
  padding-top: 0px;
  margin-top: -1ex;
  margin-left: 2em;
  padding-left: 1.2em;
  background-image: url(./media/bulleta.gif);
  background-repeat: no-repeat;
  background-position: middle;
}
p.spacebelow {
  padding-bottom: 1em;
}

div.cont {
  display: block;
  min-width: 30%;
  max-width: 79%;
  width: 80%;
  /* overflow: auto; */
  float: right;
  margin: 0px;
  padding-top: 10px;
  padding-right: 3%;
   padding-left: 3%;
/*  border-style: solid;
  border-width: 1px; */
    border-left-style: solid;
  border-left-width: 1px;

}
div.cleft {
  display: block;
  min-width: 30%;
  max-width: 40%;
  width: 75%;
  /* overflow: auto; */
  float: right;
  margin: 0px;
  padding-top: 10px;
  padding-right: 3%;
   padding-left: 4%;
  border-style: solid;
  border-width: 1px;
}
div.cright {
  display: block;
  min-width: 146px;
  max-width: 160px;
  width: 75%;
  /* overflow: auto; */
  float: right;
  margin: 0px;
  padding-top: 10px;
  padding-right: 3%;
   padding-left: 4%;
  border-style: solid;
  border-width: 1px;
}

div.foot {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
}

div.off {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  padding: 0.8em;
/*  margin-bottom: 0.5em; */
  margin-top: 0.5em;
}

body {
  font-family: sans-serif;
}

h1 {
  font-size: 150%;
  line-height: 100%;
}
h2 {
  font-size: 130%;
  line-height: 100%;
  margin: 0;
  padding-top: 5pt;
}
h3 {
  font-size: 110%;
  line-height: 100%;
}

a.ext:link {
  text-decoration: underlined;
  color: #0000FF;
  background-color: #F0FFAA
}

a.ext:visited {
  text-decoration: underlined;
  color: #0000AA;
  background-color: #F0FFAA
}

a.mn {
  text-decoration: none;
 /* font-variant: small-caps; */
}
a.txt {
  text-decoration: underlined;
  font-variant: normal;
}
a:link {
  font-weight: normal;
  color: #000000;
  background-color: #F0FFAA
}
a:visited {
  font-weight: normal;
  color: #000000;
  background-color: #F0FFAA
}
a:hover {
  color: #00CC00;
}
a:active {
  font-weight: bold;
  color: #000000;
}
a:focus {
  color: #000000;
  background-color: #FFFFCC;
}

img.m {
        margin: 10px;
}

li {
  padding-bottom: 1em;
}

table {
  caption-side: top;
  margin-top: 2ex;
}
caption {
  font-size: 105%;
  font-weight: bold;
  text-align: left;
  background-color: #CCCCFF;
}
th {
   text-align: left;
}
th.group {
  text-align: left;
  background-color: #CCCCCC;
}
th.n {
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  vertical-align: top;
}
td {
  padding-right: 1em;
}
td.cap {
  font-size: 90%;
  vertical-align: middle;
  text-align: left;
}
td.pic {
  padding: 5px;
  text-align: center;
}
