body
{
	font-family: Georgia, Times New Roman;
	font-size: 12pt;
	line-height: 1.4;
}

h1
{
	margin-top: 36pt;
	margin-bottom: 20pt;
	font-size: 24pt;
	font-weight: 700;
	text-align: center;
}

h2
{
	margin-top: 36pt;
	margin-bottom: 10pt;
	font-size: 16pt;
	font-weight: 700;
	text-align: center;
}

ul
{
	margin-top: 2pt;
}

ul ul
{
	list-style-type: square;
}

a
{
	color: #444444;
	text-decoration: none;
}

.main
{
	width: 70%;
	text-align: justify;
	margin-left: 10%;
}

.stronger
{
	font-weight: 700;
}

#summary tr .key
{
    font-weight: 700;
    padding-right: 20pt;
}

#summary
{
    border-collapse: collapse;
    border: #bbb solid 1px;
}

#summary tr td
{
    border-bottom: #bbb solid 1px;
    padding: 2pt;
}

#summary tr .value
{
    padding-left: 20pt;
    border-left: solid black 1px;
}

