﻿
*, *:before, *:after {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

html, body { 
 margin:0; 
 padding:0;  
} 

body {
      background-color: #fff;
	color: #666666;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 9pt;
	line-height: 2em;
	text-align:center; 
}


img {
	border-width: 0;
}


h1, .h1a {
	font-family: Noto; 
	font-weight: bold; 
	font-size: 23px;
	line-height: 37px;
	text-transform: uppercase;  
	text-align:left;
	color: #444444;
	/* color: #90911B; 
	text-shadow: 0.02em 0.02em 0.02em rgba(119,136,0,0.3); */
	margin: 0 0 0 0em;
	padding: 0;
}

.h1a {
   margin: 0 20px 0 0;
   line-height: 25px;
}

h2 {
/*	font-family: FranklinCond, helvetica,sans-serif; */
        font-family: 'Oswald', helvetica,sans-serif;
	font-family: OpenSansCond, helvetica,sans-serif;
	font-weight: bold;
	font-size: 22px;
	text-align:left;
	line-height: 25px;
	padding: 17px 0 0 0;
	color: #444444;
}

.h12 { width: 100%;overflow:hidden;margin: 0 0 -10px 0;clear:both;}
.h12 h1 {
	float:left;
}
.h12 h2 {
/*	float:left;
	margin: 0 0 0 20px;
 */
}


h3 {
   margin: 0;
   padding-right: 1px;
/*   font-family: fjalla; */
   font-family: OpenSansCond,helvetica,sans-serif;
   font-style: normal;
   font-weight: bold; 
   font-size: 16px;
   line-height: 22px;
   color: #5a5a5a;
   text-align: justify;
}

h4 {
   color: #DA8D00;
   font-size: 18px;
   line-height: 22px;
   font-family: OpenSansCond, helvetica,sans-serif;
   font-weight: bold; 
   text-align:left;
   margin: 0;
}
#vhdesc h4, #vhdesc h3 { margin: 18px 0 10px; }

h5 {
   font-family: FranklinCond,helvetica,sans-serif;
   font-size:15px;
   line-height:1.5em;
   text-align:left;
   color: #5a5a5a;
   margin: auto;
}

p {
	text-align: justify;
	-webkit-hyphens: auto;
   -moz-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;	
}


a:link {
   color: #560;
   font-weight:bold;
}
a:visited {
	color: #9a2;
}
a:hover {
        color: #340;
}
