@charset "ISO-8859-1";
/**
* Print Stylesheet for Celitement
**/

/* Body (page) layout */
body
{
  background:#fff;
  color:#000;
  font-size:14px;
  line-height:1.5;
}

h3
{
  font-size:14px;
  font-weight:700;
}

div#wrap
{
  background:none;
  left:auto;
  margin-left:0;
  position:relative;
  width:90%;
}

a,a:link,a:visited,a:active
{
  color:blue;
  text-decoration:underline;
}

a:focus,a:hover
{
  text-decoration:none;
}

strong
{
  font-weight:700;
}

div#foot,div#head,div#column-left,div#column-right
{
  display:none;
}

div#column-center
{
  font-size:14px;
  line-height:1.3;
  text-align:left;
  width:100%;
}

div#printonly
{
  display:block;
}

div#column-center ul li
{
  line-height:1.3;
  margin-bottom:0;
  margin-top:0;
  padding-left:10px;
}

div#content
{
  margin:20px 0 0;
  padding:0;
}

h1
{
  font-size:16px;
  font-weight:700;
}

h2
{
  font-size:15px;
  font-weight:700;
}
