* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-weight:400;
}

/*
a { color: #3C6992; text-decoration: underline; font-weight:bold;}
a:hover { text-decoration: none; }
*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin-bottom: 5px;
}

h1, header h2 {
	font-size: 2.6em;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
	font-weight:700;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4, h5, h6 {
	font-size: 1.3em;
}

p, li, dd, dt {
	font-size: 1.2em;
	line-height: 1.5em;
}

p, ul, ol {
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 20px;
}

li li {
	font-size: 1.0em;
}

fieldset {
	border: 0;
}

label {
	font-weight: bold;
	cursor: pointer;
}

img {
	border: none;
}