body, table {
	font-family: sans-serif;
	font-size: 9pt;
	color: #4a4a4c;
}


/* LINKS */

a
{
	color: #0062b0;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	color: #0062b0;
	margin-top: 0px;
}

h1
{
	font-size: 18pt;
}

h2
{
	font-size: 16pt;
}

h3
{
	font-size: 14pt;
}

h4
{
	font-size: 12pt;
}

