	.text {
		text-align: left;
	}
	.quote {
		margin-left: 30px;
		margin-right: 30px;
		font-style: oblique;
	}
	.note {
		margin-top: 40px;
		font-style: oblique;
	}
	.linkshead {
		font-weight: bold;
		color: #f44;
	}
	ul.links {
		margin-top: 0px;
		margin-left: 17px;
	}
	table.embedded {
		margin-left: 10px;
	}

	hr           { color: #000; height: 1; }
	a            { color: #36c; }
	.nav a       { color: #48b; text-decoration: none; }
	.nav a:hover { color: #48b; text-decoration: underline; }

	
	td {
		font-family: Verdana, Arial, Helvetica;
		font-size: 80%;
		color: #000;
	}
	th {
		font-family: Verdana, Arial, Helvetica;
		font-size: 80%;
		color: #000;
		font-weight: bold;
	}
	h1 {
		font-size: 140%;
		font-weight: bold;
		color: #000;
		text-align: center;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 110%; 
		font-weight: bold;
		color: #000;
		text-align: left;
		margin-top: 30px;
		margin-bottom: 0px;
	}
	h3 {
		font-size: 90%; 
		font-weight: bold;
		color: #000;
		text-align: left;
		margin-top: 30px;
		margin-bottom: 0px;
	}
	input select {
		font-family: sans-serif;
		font: Tahoma, Verdana, Arial;
		font-size: 80%;
		background-color: #f3f3f3;
		border-width: 1px;
		border-color: #000000;
		height: 22px;
	}
