html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

body {
	margin: 0;
}

#siteHeader,
#siteFooter,
.siteBreadcrumbs,
.divider,
aside,
form,
.hideForPrint {
	display: none;
}

form.printButton {
	
}

img.flex {
	width: 75%;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

p {
	font-size: 1em;
	margin: 0 0 2.33em 0;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

@font-face {
	font-family: Meta;
	src: url("../font/MetaWeb-Normal.eot");
}

@font-face {
	font-family: Meta;
	src: url("../font/MetaWeb-Normal.woff") format("woff");
}

@font-face {
	font-family: MetaBold;
	src: url("../font/MetaWeb-Bold.eot");
}

@font-face {
	font-family: MetaBold;
	src: url("../font/MetaWeb-Bold.woff") format("woff");
}

tml,
button,
input,
select,
textarea {
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	color: #333333;
}

h1,
h2,
h3,
h4 {
	font-weight: bold;
}

.fontface h1,
.fontface h2,
.fontface h3,
.fontface h4 {
	font-family: "MetaBold";
	font-weight: normal;
}

h2,
h3 {
	margin-top: 2.375em;
	margin-bottom: 0.5em;
	border-bottom: 3px #0ea983 solid;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	color: inherit;
	font-weight: normal;
}

.fontface h2,
.fontface h3 {
	font-family: "Meta";
}

.articles {
	margin-bottom: 3em;
}

.articles table {
	width: 100%;
	line-height: 16px;
	line-height: 1rem;
	text-align: left;
}

.articles thead {
	color: #000000;
}

.articles td,
.articles th {
	padding: 4px;
	padding: .25rem;
}

.articles a {
	color: #333333;
	text-decoration: none;
}

th {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	font-size: 1em;
}

td {
	border-bottom: 1px solid #333333;
	font-size: 1em;
	white-space: nowrap;
}