* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 8pt;
}

H1 {
	font-size: 13pt;
}

H2 {
	font-size: 12pt;
}

H3 {
	font-size: 11pt;
}

H4 {
	font-size: 10pt;
}

H5 {
	font-size: 9pt;
}

H6 {
	font-size: 8pt;
}

td {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

th {
	font-size: 8pt;
}

.small {
	font-size: 6pt;
}

.medium {
	font-size: 8pt;
}

.big {
	font-size: 12pt;
}

.xbig {
	font-size: 14pt;
}

.expanded {
	font-size: 8pt;
	line-height: 16pt;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

a {
	text-decoration: none;
}
ul {
	list-style-position: inside;
	list-style-type: disc;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
