html {
    font: 62.5%/20px Arial, Helvetica, sans-serif  }

body { /* Re-set Global font size i.e 1.2em = 12px */
    font-size: 1.2em;
    color: #5B5757 }

h1, h2, h3, h4, h5, h6 {
    color: #6891A5;
    padding:0;
    margin:0;
     }

h1 { /* Set font size i.e 1.2em = 14px if global font size is 1.2em */
    font-size: 1.3em }

h2 {
    font-size: 1.2em }
    
h3, h4, h5, h6 {
    font-size: 1em }
    
p { /* padding-bottom should match global line-height */
    padding: 0 0 20px  0;
    margin: 0;
    vertical-align: baseline;}
    
img {
    border: none }
    
address { 
    font-style: normal; } 
    
acronym, abbr { 
    border-bottom: #000 1px none; 
    cursor: help; } 

a:link, a:visited {
   color: black;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
   
#menuTop, #contactsForm, #footer, #menu, #promo, #register {
	display: none;
}


