body 
{
  font-family: verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5em;
  color: #333;
  margin: 0;
  padding: 8;
  background: #fff;
}


a:link 
{
  color: #5b80b2;
  border-bottom: 1px dotted #5b80b2;
  text-decoration: none;
}

a:visited 
{
  color: #969;
  border-bottom: 1px dotted #969;
  text-decoration: none;
}

a:hover 
{
  color: #036;
  border-bottom: 1px solid #036;
  text-decoration: none;
}

p 
{
  margin: 1em 0 1em;
  text-align: justify;
  padding: 0;
}

h1 
{
  font-size: 250%;
  font-weight: bold;
  color: #5b80b2;
  padding: 0;
  margin: 0;
}

h2 
{
  font-size: 175%;
  color: #5b80b2;
  padding: 0;
  margin: 0 0 1em 0;
}

h3 
{
  font-size: 135%;
  font-weight: bold;
  color: #5b80b2;
  padding: 0 0 2px 0;
  margin: 1.2em 0 -.2em 0;
  border-bottom: 1px solid #ddd;
}

h4 
{
  font-size: 100%
  font-weight: bold;
  color: #5b80b2;
  padding: 0 0 2px 0;
  margin: 1.2em 0 -.2em 0;
  border-bottom: 1px solid #ddd;
}

h1 span, h2 span, h3 span, h4 span 
{
  color: #999;
}

blockquote 
{
  color: #777;
  padding-left: 12px;
  border-left: 1px dotted #777;
}

code 
{	
  color: #c63;
  line-height: 1.2em;
  font-size: 110%;
  text-align: left;
}

code strong 
{
  color: #930;
}

abbr, acronymn 
{
  border-bottom: 1px dotted;
}

strike 
{  
  text-decoration: line-through;
}

ul 
{
  list-style: none;
  margin: 1em 0 1em 0;
  padding-left: 24px;
  color: #666;
}

li 
{
  padding: 0 0 4px 17px;
  line-height: 1.3em;
  background: url(images/li_bull.gif) no-repeat 0 2px;
}

.doc 
{
  padding: 0 0 4px 17px;
  line-height: 1.3em;
  background: url(images/doc_3d.gif) no-repeat 0 2px;
}

dl dd 
{
  margin: 0;
  padding: 0 0 1em 0;
}

dl dt 
{
  font-weight: bold;
}

dl dt span 
{
  font-weight: normal;
}

hr
{
  height: 1px;
  color: #fff;
  background-color: #fff;
  border: 0px dashed #aaaaaa;
  border-top-width: 1px;
}