/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
	   url('font/open-sans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('font/open-sans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
	   url('font/open-sans-v17-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('font/open-sans-v17-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
	   url('font/open-sans-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('font/open-sans-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
	   url('font/open-sans-v17-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('font/open-sans-v17-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body, textarea, input, option, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans",Arial,sans-serif;
}
body {
	font-size: 100.1%;
}
#main, #side, #bottom {
	line-height: 1.3em;
}
p {
	margin-top: 0.4em;
	margin-bottom: 0.7em;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	line-height: 1.2em;
}
h1, .h1 {
	font-weight: normal;
	font-size: 40px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h2, .h2 {
	font-weight: normal;
	font-size: 32px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h3, .h3 {
	font-weight: normal;
	font-size: 24px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h4, .h4,
h5, .h5,
h6, .h6 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 0.4em;
	margin-bottom: 0.7em;
}