body {
	background-color: #dedede;
	font-family: tahoma, verdana, sans-serif;
	font-size: 9pt;
	line-height: 20px;
}

h1 {
	font-family: georgia, times new roman, serif;
	font-size: 12pt;
}

h2 {
	font-family: georgia, times new roman, serif;
	font-size: 11pt;
}

a {
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #eeeeee;
}

a:hover {
	color: #000000;
}
	
.link-text {
	font-size: 8pt;
}

ul {
	list-style: circle outside;
}

p#copyright {
	font-weight: bold;
	font-size: 8pt;
}