body { 
  background-color: #FFFFFF;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

A:link {
    color: #0000DF;
    text-decoration: none;
}

A:visited {
    color: #0000AF;
    text-decoration: none;
}

A:active {
    color: #0000DF;
    text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

/* Tables & standard texts */
p, td, li {
  font-size: 10pt;
  color: black;
}

/* Code examples */
pre, code {
   font-family:  Courier, Courier New, Monospace; 
   color: #000066;
   margin-top: .5em;
   margin-bottom: .5em; 
   padding: 4px 8px;
   cursor: text;
}

th {
  text-align: left;
  color: #003f8f;
  white-space: nowrap;
  padding-right: 10px;
}

/* Greatest heading */
h1 {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 200%;
  font-weight: 200;
  color: #0860b7;
}

/* Second heading */
h2 {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 125%;
  font-weight: 400;
  color: #0860b7;
  padding-top: 10px;
}

/* Middle heading */
h3 {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 100%;
  font-weight: 100;
  color: #0860b7;
  padding-top: 5px;
}


/* Image Caption */
h5 {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 100%;
  font-weight: 100;
  color: gray;
  padding-top: 5px;
  padding-bottom: 5px;
}


/* Content's text */
h4 {
  font-size: 10pt;
  color: black;
}


hr {
  color: #00a0fe;
  background-color: #00a0fe;
  height: 1px;
}



.menucell {
	vertical-align: top;
   width: 400px;		
}

.contentcell {
   width: 100%;
   vertical-align: top;
}

.footercell {
   width: 100%;
	text-align: right;
	border-top: 1px solid #008fe0;
}

.table100 {
	width: 100%;
	border: 0pt;
}

.imgmiddle {
  vertical-align: middle;
  border: 0px;
 }

.noborder {
  border: 0px;	
}

.centeredwidth100 {
  width: 100%;
  text-align: center;;
}

.olla {
 list-style-type: lower-alpha;
}

.centeredp {
 text-align: center;
} 

.lttext {
 vertical-align: top;
 text-align: left;
}
