
/* Reset */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 10px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* Basic */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13pt;
	color: #696969;
	font-weight: 300;
	line-height: 1.4em;
}

input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 13pt;
	color: #696969;
	font-weight: 300;
	line-height: 2.25em;
}

a {
  color: #007457;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
  color: #3C3;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 800;
}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
		outline: 0;
	}

h2 {
	font-size: 1.4em;
	margin: 1em 0 1em 0;
	line-height: 1em;
}


hr {
	border: 0;
	border-top: solid 2px #eee;
}



/* Image */

img {
	display: block;
	max-width: 100%;
}



