@charset "UTF-8";
/* CSS Document */
body {
	padding-top: 12px;
	font-family: 'Open Sans', sans-serif;
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
h1 {
	text-align: center;
	font-weight: 400;
	border-bottom: 1px dotted #a9a9a9;
	padding-bottom: 40px;
	padding-top: 40px;
}
h2 {
	font-weight: 300;
	line-height: 1.5;
	margin: 0px 0px 80px 0px;
}
h3 {line-height: 1.3;}
p {
	margin-right: 10%;
}
i {
	font-style: italic;
}

a, a:visited {
	-moz-transition: color 0.25s ease, border-bottom-color 0.25s ease;
	-webkit-transition: color 0.25s ease, border-bottom-color 0.25s ease;
	-ms-transition: color 0.25s ease, border-bottom-color 0.25s ease;
	transition: color 0.25s ease, border-bottom-color 0.25s ease;
	/*border-bottom: dotted 1px #a9a9a9;*/
	border-bottom: dotted 1px #383838;
	text-decoration: none;
	color: #383838;
}
a:hover, a:focus {
	text-decoration: none;
	/*color: #6a6c71;*/
	color:#e35114;
	border-bottom: dotted 1px #e35114;
}








#soRum img {
	vertical-align: baseline;
	margin: 10px 0 0px 0;
} 
