@charset "utf-8";
/* CSS Document */
#wrapper {
height: auto !important;
min-height: 100%;
/* max-width: 1024px; */
overflow: hidden;
margin: 0 auto -1px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 95%;
 }
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style6 {color: #FFFFFF}
.push {
	height: 0px;
	width: 100%;
	clear: both;
}
.horiz-line {
	position: relative;
	background-color:#FFF;
	max-width: 800px;
	height:1px;
	margin-top: .5em;
}
#bottom-copy {
	position: relative;
	left: 1px;
	top: 5px;
	width:100%;
	height:1px;
	border-top: 1px #fff solid;
}
.page_title {
	text-align:center;
	max-width: 800px;
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight:bold;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	color: #FFF;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: #FFF;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 550;
	color: #fff;
	font-size: .9rem;
	max-width: 800px;
	overflow: hidden;
}
h4 img {
	max-width: 400px;
	height: auto;
	padding: 3px;
}
.style1 {
	font-family: 'Open Sans', sans-serif;
	color: #FFFFFF;
	font-size: .9rem;
}
.bold {
	font-weight: 700;
}
.style2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	color: #FFFFFF;
	}
.style3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	color: #FFFFFF;
	}
.style3a {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: #FFFFFF;
	}
.style4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2rem; color: #FF3 !important;
	}	
.style5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem; color: #FFF;
	text-shadow: 2px 2px #147605;
	}	
.style6 {
	font-family: 'Open Sans', sans-serif;
	font-size: .8rem; color: #FFF;
	}
.comment {
    color:#fff;
    font-style:italic;
    font-size: .8em;
}
.comment_bold {
    color:#fff;
    font-style: italic;
    font-weight:bold;
    font-size: .8em;
}
.error, .error a:link, .error a:active, .error a:hover, .error a:visited, .error a:focus {
    color:#FF0000;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1rem;
}		
.clear {
	clear: both;
}
table.linktab, table.linktab td {
	border-bottom: 1px solid #fff;
	table-layout: fixed;
}
.linkpix {
	max-width: 90%;
	width: 72px;
	height: auto;
	border: none;
}
p {
	padding-left: 1%;
	padding-right: 1%;
}
blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;	
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;	
  }