/* Global Reset */
* {
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
html {
	font-size: 100%; /* 16px */
}
body {
	color: #333;
	font: 0.625em "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFFFFF;
}
p, blockquote, span, ul, ol, dl, table, label, input, textarea {
	font-size: 1.1em; /*11px*/
	line-height: 1.455em; /*16px*/
	margin-bottom: 1.455em; /*16px*/
}
ul, ol {
	margin-left: 36px;
}
li ul, li ol {
	font-size: 1em;
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
a {
	color: #002395;
}
a:hover {
	color: #98C6EA;
}
h1 {
	font: bold 1.6em/1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0F2757;
	margin-bottom: 1em;
}
h2 {
	font: bold 1.2em/1.34em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #0F2757;
	margin-bottom: 1.34em;
}
h3 {
	font: bold normal 1.1em/1.455em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #98C6EA;
	margin-bottom: 0em;
}
