/* 
Document   : default-site
Created on : January 12, 2006, 5:47 PM
Author     : llturro
Description:
Site style.
*/

h1 {
   font-size: 180%;
   font-weight: normal;
   color: #6e6f6e;
}

h2 {
   font-size: 150%;
   font-weight: normal;
   color: #6e6f6e;
}

h3 {
   font-size: 130%;
   color: #6e6f6e;
}

h4 {
   font-size: 115%;
   color: #6e6f6e;
}

h5 {
   font-size: 100%;
   color: #6e6f6e;
}

div.outer_body {
}

div.inner_body {
    width: 900px;
   margin-left: auto;
   margin-right: auto;
}

.xp_middle {
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  font-size: 12px;
  color:#333333;
}

.xp_middle div.default-body {
  //min-height:400px;
  margin-bottom: 10px;
}

