/* 
    Document   : default
    Created on : January 12, 2006, 5:47 PM
    Author     : llturro
    Description:
        Purpose of the stylesheet follows.
*/

body {
  background-color: White;
}

h1 {
  color: #3163b0;
}

h2 {
  color: #3163b0;
}

h3 {
  color: #3163b0;
}

h4 {
  color: #3163b0;
}

h5 {
  color: #3163b0;
}

a {
  text-decoration: none;
  color: #6b7594;
}

a:hover {
  color: #a4756b;
}

div.outer_body {
#  background: url('xpnet-banner-add.png') repeat-x;
  background-color: #ededf6;
}

div.inner_body {
  background: url('xpnet-banner.png') no-repeat white;
  width: 900px;
  border-left: solid 1px #dcdce5;
  border-right: solid 1px #dcdce5;
  margin-left: auto;
  margin-right: auto;
}

.xp_middle div.default-body {
  color: #222222;
  text-align: justify;
  padding-left: 30px;
  padding-right: 50px;
  min-height: 400px;
}

