body {
font-family: Lucida Grande;
font-size: 8pt;
color: black;
}

h1 {
font-size: 16pt;
color: darkblue;
}

a {
color: #009933;
text-decoration: none;
font-size: 8pt;
}


a.nav {
font-size: 9pt;
color: grey;
text-decoration: none;
}

a:hover {
color: black;
text-decoration: underline;
}

div.nav {
border-right: solid;
border-width: 1px;
border-color: grey;
}

div.main {
padding-left: 10px;
margin-left: 10px;
margin-top: 10px;
border: solid;
border-color: #000000;
border-width: 1px;
background-color: #d4d4d4;
}


div.group {
	clear: both;
	padding: 5px 0 15px 0;
	width: 500px;
	position: relative;
	margin-top: 1em;
}

p {
font-size: 8pt;
}

table {
	font-size: 8pt;
}

table.box {
	border: dotted;
	border-width: 1px;
	border-color: black;
	width: 450px;
}

tr.border {
border-right: solid;
border-left: solid;
border-bottom: solid;
border-width: 1px;
border-color: black;
}

div.border {
border-right: solid;
border-bottom: solid;
border-left: solid;
border-width: 1px;
border-color: black;
}
