h1, h2, h3, h4, h5, p, li { 
  font-family: Geneva, Arial, Helvetica, sans-serif; 
  margin-left: 10px; margin-right: 10px;
} 

h1 { font-size: 14pt;  margin-top:10px; margin-bottom:8px;}
h2 { font-size: 14pt; margin-top:10px; margin-bottom:8px;}
h3 { font-size: 13pt; margin-top:10px; margin-bottom:8px;}
h4 { font-size: 13pt; margin-top:10px; margin-bottom:8px;}
h5 { font-size: 12pt; margin-top:10px; margin-bottom:8px;}

p { font-size: 11pt; margin-top:3px; margin-bottom:3px;}

strong {font-weight: normal; color: #101010;}
a strong {font-weight: normal; color: #00009F;}

li { font-size: 11pt; margin-top:2px; margin-bottom:2px; margin-left:10px;  line-height: 15pt; } /* */

ul { padding: 0px; margin: 0px; margin-left: 15px; }
ol { padding: 0px; margin: 0px; margin-left: 25px; }

a:link				{text-decoration: none; color: #00009F;}
a:visited			{text-decoration: none; }
a:active			{text-decoration: none; }
a:hover			{text-decoration: underline;}

table {
 margin: 0px;
}

div {
 position: absolute; 
}

#logo { 
 left: 15px; 
 top: 10px; 
 width: 50px;
 background: transparent;
}

#logotext { 
 left: 55px; 
 top: 5px; 
 width: 300px;
 background: transparent; 
}

#main { 
 top: 55px; 
 left: 25px; 
 right: 25px; 
}

.margin {
  height: 5px;
}

.adv { 
 background: #f4f8ed; /* RBC color */ 
}


.advtablehead { 
 background: #dcecfc; /* голубой */
}

.advtable { 
 background: #f4f8ed; /* RBC color */ 
 margin-left: 0px; margin-right: 0px;
}


