body {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	margin: 20px;
}

h1 {
	font-size: 18pt;
	color: navy;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
	margin-bottom: 0px;
}

p {
	text-align: justify;
}

p.mini {
	font-size: 8pt;
}

a:link {
	color: blue;
}

a:visited {
	color: purple;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: none;
}

a.nav {
	font-size: 12pt;
	font-weight: bold;
}

a.nav:hover {
	color: white;
	background-color: navy;
}

img	{
	border: 0px;
}

div.top {
	margin-bottom: 35px;
}

li.faq {
	text-align: justify;
	margin-bottom: 10px;
}
