﻿/*---_Common_---*/
html, body
{
  width: 100%;
  height: 100%;
}
body
{
  font-size: 10px;
  font-family: Arial, Tahoma, Verdana, Trebuchet MS, sans-serif;
  background: #fff;
}
/*---_Hide some divs_---*/
div#rightTop, div#vMenu, ul#hMenu, div#specifies, div#print, div#mainImg, .pHide, div#spF, div#navigation, div#logo img, img.forPr
{ display: none; }
/*******/
div.dNone
{
  display: block !important;
  width: 195px;
  height: 78px;
}
div.dNone img { display: block !important; }
div#contentColumn { clear: both; border-top: 2px solid #000; }
div#footer
{
  border-top: 2px solid #000;
  position: relative;
  font-size: 110%;
  line-height: 1.3em;
  height: 135px;
  padding-top: 15px;
}
div#header div { float: left; }
div.bottomDiv div { float: left; }
/*---_Text styling_---*/
div.forPrint
{
  width: 100%;
  font-size: 120%;
  line-height: 1.3em;
}
p { padding: 0.5em 0 1em 0; }
a:link, a:visited,a:hover, a:active { color: #000; }
ul.simpleUl { list-style: disc inside; }
ul.simpleUl li { line-height: 1.2em; padding-bottom: 0.2em; }
h1, h2, h3
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  color: #000;
}
h1 { font-size: 260%; }
h2 { font-family: Arial Black; font-size: 200%; padding-top: 8px; }
h3 { font-size: 160%; }



