/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


BODY {
	font-family: 'Source Sans Pro', sans-serif; text-align: justify; line-height: 1.3em; font-weight: 300;
}
STRONG { font-weight: 600; }
H1:first-child, H2:first-child, H3:first-child, P:first-child { margin-top: 0px; }

TABLE { width: 100%;}
TD { vertical-align: bottom; }

H1 { margin-top: 50px; margin-bottom: 25px; /*border-bottom: 1px solid #E0E0E0; padding-bottom: 5px;*/ font-size: 2.5em; position: relative; line-height: 1em; }
H2 { margin-top: 30px; margin-bottom: 15px; font-size: 1.5em; }

H1, H2, H3, H4 { font-weight: 600; }
P { margin-bottom: 10px; }

A:link { color: #f59020; text-decoration: none;}
A:visited { color: #f59020; }
A:hover { text-decoration: underline; }
A:active { color: black; }