body
{
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana;
  font-size: 0.7em;
  margin: 5px;
}

@media print
{
  body
  {
    font-size: 0.7em;
  }
}

h1
{
  color: #000000;
  font-size: 145%;
  border-bottom: 1px #000000 solid;
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

h2
{
  color: #000000;
  font-size: 110%;
  border-bottom: 1px #000000 solid;
  padding: 0px;
  margin-bottom: 7px;
}

p
{
  margin: 0px;
  padding-bottom: 10px;
}

a
{
  color: #000000;
  text-decoration: none;
}

#frameMainPrint
{
  clear: both;
  width: 640px;
}

/*
*******************************************
** Header
*******************************************
*/
#frameLogoPrint
{
  clear: both;
  width: 640px;
}

#frameLogoPrint img
{
  float: left;
}

#frameLogoPrint div
{
  float: right;
  width: 200px;
  padding-top: 50px;
  text-align: right;
}

@media print
{
  #frameLogoPrint div
  {
    display: none;
  }
}


#frameLogoPrint div a
{
  color: #3D9096;
  font-size: 100%;
  text-decoration: underline;
}

/*
*******************************************
** Article print styles
*******************************************
*/

#PrintArticle
{
  clear: both;
}

div.articleIngress
{
  font-weight: bold;
  margin-bottom: 10px;
}

/*
*******************************************
** Product print styles
*******************************************
*/

#ProductArticleIngress
{
  clear: both;
  padding-bottom: 20px;
}

#ProductVisual
{
  clear: both;
}

#VisualBodyText
{
  float: right;
  width: 400;
  margin-bottom: 10px
}

#VisualBodyText ul
{
  margin: 0px;
  padding: 0px 0px 5px 15px;
  list-style-type: disc;
}

#VisualBodyText li
{
  padding-bottom: 5px;
}

#VisualImageBox
{
  float: left;
  width: 219px;
}

#VisualImageText
{
  margin-bottom: 10px;
  font-style: italic;
}

#ProductTechnical
{
  clear: both;
}


#TechnicalBodyText
{
  float: right;
  width: 400;
  margin-bottom: 10px
}

#TechnicalBodyText ul
{
  margin: 0px;
  padding: 0px 0px 5px 15px;
  list-style-type: disc;
}

#TechnicalBodyText li
{
  padding-bottom: 5px;
}

#TechnicalImageBox
{
  float: left;
  width: 219px;
}

#TechnicalImageText
{
  margin-bottom: 10px;
  font-style: italic;
}

#ProductDocumentation
{
  clear: both;
}

#ProductDocumentation ul
{
  color: #636678;
  list-style-type: none;
  padding: 0px;
  margin: 5px 0px 0px 10px;
}

#ProductDocumentation li
{
  margin-bottom: 5px;
}


#ProductDocumentation ul ul
{
  list-style-image: url("/images/ico_bullet_line.gif");
  list-style-position: outside;
  padding-left: 25px;
}

