/* CSS Document */

body {
	left: 10;
	top: 100;
	right: 10;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #0000FF;}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	size: small;
	color: #000066;
}
.detailText {
	font-family: Arial, Helvetica, sans-serif;
	size: small;
	color: black;
}

.navSub {
	margin-left: 20px;
}

table.detail {
	margin-left: 150px;	
}
