@charset "utf-8";
/* CSS Document */

<style type="text/css">


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003;
	vertical-align: middle;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #152859;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #152859;
	text-align: left;
	vertical-align: top;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #306;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #303;
	letter-spacing: 0.1em;
	vertical-align: top;
	text-align: center;
}
tr #navbar {
	position: absolute;
	width: 183px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003;
	vertical-align: middle;
}


label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #303;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003;
	list-style-type: square;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #152859;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
}
table {
	background-color: #eee;
}
a:hover{
	text-decoration: underline;	
	}