﻿:root {
	font-size: 16px;
}
* { box-sizing: border-box;margin:0rem; padding:0rem; }
html { min-height: 100%;}
#wrapper {
	border: solid thin #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8125rem;
	line-height: 1.25rem;
	max-width: 671px;
	margin: 0.75rem auto;
	padding: 0rem;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	position: relative;
}
article {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0.9375rem 1.5625rem 1.5625rem 1.5625rem;
}
header {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}
header img {
	position:relative;
	top:0rem;
	left:0rem;
	margin:0rem 0rem 0rem 0rem;
	text-align:right;
}
section {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}
footer {
	margin: 1rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}
sub, sup {
	font-size: 50%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
} 
sup {
	top: -0.5em;
	bottom: -0.25em;
}
h1 {
	font-size: 1.625rem;
	margin: 2rem 0rem 1rem 0rem;
	line-height: 2rem;
	text-align: center;
	color: #0000b0;
	}
h1 span {
	font-size:70%;
	font-weight:normal;
}
h2 {
	font-size:1.5rem;
	margin: 1rem 0rem 1rem 0rem;
	line-height:1.75rem;
}
h3 {
	font-size: 0.8125rem;
	margin: 1rem 0rem 0rem 0rem;
	line-height:1.625rem;
	text-decoration: underline;
}
p {
	margin-bottom: 1rem;
}
p:last-child {
	margin-bottom:0rem;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
ul {
	margin: 0rem 0rem 0rem 1.5rem;
	padding: 0rem 0rem 0rem 0rem;
	list-style-image: url();
	list-style: none;
}
ul li {
	padding-left: 1.25rem;
	background: url("iconli.png") no-repeat left 6px;
}


ol {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	list-style-image: url();
	list-style: none;
}
ol li {
	padding-left: 1.25rem;
	background: url("iconli2.png") no-repeat left 6px;
}


.clearfix {
	clear:both;
	font-size:0rem;
	line-height:0rem;
	display:block;
}
u{text-decoration: underline;}
em{font-style: italic;}

br{display: block;}
/*Start module*/
header a:nth-of-type(1){
    color: #0000b0;
    position: absolute;
    right: 1.125rem;
    top: 1rem;
}
section p:nth-of-type(1){
    width: 459px;
}
footer span{
    color: #0000b0;
}
ul + p {margin-top: 0.625rem;}

header > a:nth-of-type(2){position: absolute;right: 2.125rem;top: 7.9375rem;letter-spacing: 0.25rem;color: #0000b0;}

@media screen and (max-width: 671px) {
	header > a:nth-of-type(2){position: static;}
	header > a:nth-of-type(1){position: static;}
	section p:nth-of-type(1){
    width: 100%;
}
	#wrapper{ width: 100%;font-size: 0.75rem;line-height: 1rem; border:none; margin:0rem; }
	article{ padding: 0.625rem; margin: 0rem 0rem 0rem 0rem;}
	br{display: none;}
	header,aside,footer { position: relative; top: 0rem; left: 0rem;}
	header{text-align: center;display:  block;overflow:  hidden;margin-bottom: 1rem;}
	footer{text-align: left;margin-top: 0.3125rem;}
	aside{text-align: left;}
	
	section {margin: 0rem 0rem 0rem 0rem;padding: 0rem 0rem 0rem 0rem;}
	h1{margin: 0.625rem 0rem 0.625rem 0rem;font-size: 1rem;line-height: 1.125rem;text-align: left;}
	h2{margin: 0.625rem 0rem 0.625rem 0rem;font-size: 1rem; line-height: 1.25rem;}
	h3{margin: 0.625rem 0rem 0.625rem 0rem;font-size: 0.875rem;line-height: 1.25rem;}
	h4{margin: 0.625rem 0rem 0.625rem 0rem;font-size: 0.8125rem; line-height: 1.25rem;}
	p { margin-bottom:3%; }
	a { font-weight:bold;}
	
	ul{margin-left: 0rem;margin-top: 0.625rem;margin-bottom: 0.625rem;}
	ul li{padding: 0rem 0rem 0rem 0.75rem;background: url(iconli.png) no-repeat left 0.375rem;}

	ol{margin-left: 0rem;margin-top: 0.625rem;margin-bottom: 0.625rem;}
	ol li{padding: 0rem 0rem 0rem 0.75rem;background: url(iconli2.png) no-repeat left 6px;}

	header section{position: static;margin:  auto;}
	section p{}
	
	footer p{font-size: 0.8125rem;}
	footer img{margin-top: 0.0625rem;}

	header a{font-size: 0.75rem;line-height:1.125rem;}
	header p{font-size: 0.75rem;line-height:1.125rem;}
	header strong{font-size: 0.75rem;line-height:1.125rem;}
	header span{font-size: 0.75rem;line-height:1.125rem;}
	header u{font-size: 0.75rem;line-height:1.125rem;}
	
	footer br{display: block;}
}