* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #233551;
}

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

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 5px;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 {}
h6 {}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 15px;
}

ul { list-style: disc; }
ol { list-style: decimal; }

ul, ol {
	margin: 0 0 15px 15px;
}

ul li, ol li {
	font-size: 1.2em;
	line-height: 1.5em;
}

label {
	font-weight: bold;
	cursor: pointer;
}

fieldset {
	border: none;
}
