/* 	styled by S3b */
* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}
body {
	font: 16px "Courier Prime", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight: 400;
	background: #FFFFFF;
	color: #3C3C3C;
	overflow-y: scroll;
}
body:before {
	z-index: 1;
    content: "\00a0";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: #FFFFFF;
}
#top {
	z-index: 0;
	position: fixed;
	right: 1px;
	bottom: 1px;
    padding: 20px 30px;
    text-decoration: none;
}
#top:before {
	font: 400 28px "Arial";
    content: "\01F821";
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
a:hover, .important {
	color: #000000;
}
.active {
	text-decoration: underline;
}
.main {
	z-index: 2;
	position: relative;
	margin: 25px auto;
	width: 80%;
	background: #ffffff;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.logo {
	display: block;
}
.logo img {
	width: 300px;
	padding: 20px 0 25px 60px;
}
.head {
	padding: 40px 60px;
	font-size: 24px;
	text-align: center;
}
.head p {
	padding: 60px 0 60px 0;
}
.content {
	padding: 40px 60px;
}
.footer {
	padding: 40px 60px;
}
.content span, .footer span {
	display: inline-block;
}
.tab {
	min-width: 90px;
}
h1 {
	font-size: 50px;
 	padding: 20px 0 21px 0;
}
h2 {
	font-size: 24px;
	padding: 20px 0 40px 0;
}
h3 {
	font-size: 18px;
	padding: 0 0 20px 0;
}
h1, h1 strong, h1 b {
	font-weight: 400;
}
h3, h3 strong, h3 b {
	font-weight: 700;
}
b, strong {
	font-weight: 700;
}
p {
	padding: 0 0 20px 0;
}
ul  {
    padding: 0 0 20px 0;
    list-style-type: none;
}
li  {
    padding: 0 0 2px 20px;
    position: relative;
}
li:before {
    content: "\00a0";
    position: absolute;
    width: 6px;
    height: 6px;
    margin: 9px 0 0 -18px;
    background-color: #3C3C3C;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
small {
 	font-size: 60%;
}
.mobile {
	display: none;
}
@media only screen and (max-width:1024px) {
	* {
		padding: 0;
		margin: 0;
		-moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	body {
		font-size: 15px;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
	#top {
  		padding: 2% 3%;
	}
	.main {
		margin: 2% auto;
	    width: 84%;
	    background: none;
	}
	.logo img {
		width: 280px;
		padding-left: 0;
	}
	.head {
		padding: 4% 0;
	}
	.content {
		padding: 4% 0;
	}
	.footer {
		padding: 4% 0;
	}
	.mobile {
		display: block;
	}
	.nonmobile  {
		display: none;
	}
}
@media only screen and (max-width:345px) {
	.logo img {
		width: 170px;
	}
	.tab {
		min-width: auto;
	}
	.content span.tab {
		display: block;
	}
}
