/* CSS Document */

p {
	margin-bottom: 15px;
	line-height: 150%;
	font-size: 1.1em;
}

h1 {
	color: #094682;
	font-size: 1.8em;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #094682;
	font-size: 1.3em;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #094682;
	font-size: 1.2em;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h4,h5,h6 {
	color: #000000;
	font-size: 1.1em;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #006699;
	text-decoration: none;
}

a {
	color: #006699;
	text-decoration: underline;
}

.table {
	font-size: 1.1em;
}

.table td {
	padding-bottom: 5px;
}