body {
	font-family: Arial;
	margin: 15 0 0 20px;
}

td {
	font-family: Arial;
	font-size: 10pt;
}

td.company {
	width: 150px;
}

td.name {
	width: 150px;
}

td.phoneNumber {
	width: 150px;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 10pt;
}

fieldset {
	font-size: 10pt;
	padding: 15 15 15 15px;
}

div.container {
	width: 500px;
}

p.introduction {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

p.mainContent {
	font-size: 10pt;
}

p.mainContent b {
	font-weight: normal;
}

p.mainContent i {
	font-style: normal;
}

a.link {
	font-size: 14pt;
}

ul.list {
	list-style-type: square;
	font-size: 10pt;
}

ul.list b {
	font-weight: normal;
}

ul.list i {
	font-style: normal;
}