/**
  * Reset declaration
  */
html,head,body,
div,blockquote,q,img,object,param,embed,area,map,b,i,em,strong,tt,sub,sup,big,small,hr
h1, h2, h3, h4, h5, h6,
abbr,acronym,address,bdo,cite,code,ins,del,dfn,kbd,br,
ul,ol,li,dl,dt,dd,
table,tr,td,th,tbody,thead,tfoot,col,colgroup,caption,
form,label,fieldset,legend,
a,base,span,pre,p {
	margin: 0;
	padding: 0;
}
html {
	border: none;
}

body {
	min-width: 950px;
}

a, a:active, a:link {
	color: #0091CF;
	outline-color: #0091CF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

table, td {
	border-collapse: collapse;
}

fieldset {
	border: 0;
}

wbr:after {
	content: "\00200B";
}

sup {
	vertical-align: text-top;
}
.typeface-js sup {
	line-height: 1em;
	font-size: 0.625em;
	vertical-align: super;
}

/**
  * Typography: fonts, font sizes.
  */

body {
	font: 0.8125em Arial, Helvetica, sans-serif; /* ~13px */
	color: #666;
	line-height: 1.154em;
}

input, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	color: #333;
}
h1 {
	font-family: "ITC Lubalin Graph Std", Arial, Helvetica, sans-serif;
	font-size: 1.923em;
	font-weight: bold;
	line-height: 1.2em;
	color: #002E56;
	padding: 3px 0 0;
}
h2 {
	font-size: 1.23em;
	font-weight: bold;
	line-height: 1.3125em;
	color: #333;
	padding: 12px 0 2px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	padding: 0 0 1em;
}
h4, h5 {
	font-size: 1em;
	font-weight: normal;
	color: #333;
	padding: 0 0 1em;
}

p {
	padding: 0 0 0.3em;
}

/**
 * Forms
 */
input, select, textarea {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;		/* Safari, Chrome */
	-moz-box-sizing: border-box;		/* FF */
	-ms-box-sizing: border-box;			/* IE8 */
	font-size: 1em;
	line-height: 1.3em;
}

/**
 * Typeface.js
 */
.typeface-js-selected-text {
	margin-top: -3px;
	text-decoration: none !important;
}