* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: black;
	background-color: white;
}
html, body {
	width: 100%;
}
ul#menu, div#footer {
	display: none;
}
a {
	text-decoration: none;
}
a#header {
	display: block;
	font-size: 20px;
	text-decoration: underline;
	margin: 0 auto;
	width: 150px;	
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	text-decoration: underline;
}
#pageContent {
	margin-top: 10px;
	text-align: justify;
}
.fRight {
	float: right;
	margin: 0 0 5px 20px;
}
.fLeft {
	float: left;
	margin: 0 20px 5px 0;
}
.center {
	text-align: center;
}
.wsn {
	white-space: nowrap;
}
table {
	border-collapse: collapse;
}
table td, table th {
	border: 1px solid black;
}
p.tolist {
	display: none;
}

