/*  flatten everything, every browser will look the same (bad) */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

a img {
	border: 0;
}

table {
	border-collapse: collapse;
	margin-bottom: 14pt;
}

body {
	color: black;
	font-family: trebuchet ms, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	line-height: 14pt;
	margin-bottom: 14pt;
	color: #DF008B;
}

h2 {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	color: black;
}

p {
	margin-bottom: 7pt;
	line-height: 14pt;
}

ul {
	margin-bottom: 7pt;
}

li {
	line-height: 14pt;
	margin-left: 12pt;
}

a {
	text-decoration: underline;
	color: #DF008B; /* #A5CF00 */
}

a:visited {
	color: #DF008B;
}

a:hover {
	text-decoration: none;
}

div.section {
	margin-bottom: 14pt;
}
