body, td, th { /* redundant rules for bad browsers  */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family: gill-sans, verdana;
	font-size: small;
	margin:0px;
	padding:0px;		
	}
html>body, html>body td, html>body th {

	font-family: gill-sans, verdana;
	}
	
#box{	
	position:absolute;
	background: #006699;
	color:white;
	margin:0em;
	padding:0em;
	text-align:center;
	z-index:99;
	}
	
	#box h1{
		font-variant:small-caps;
	}

#top{	
	position:absolute;
	top:0px;
	background:#006699;
	color:white;
	width:100%;
		border-bottom: 1em solid #0099CC;
	height:8em;
	margin-top:0em;
	margin-left: 0em;
	margin-right:0px;
	padding:0em;
	z-index:2;
	}


		
#main
{
	position:absolute;
	top:10em;
	margin-left:3em;
	margin-right:3em;
	}
#main h1{
	color: #006699;
}

#main h3{
	margin-bottom:0em;
	padding-bottom:0em;
}

.grey {
font-size:.75em;	
color:grey;
}

img{
	border: 0;
}

legend{
			font-variant:small-caps;
			font-weight:bold;
}
table th tr td {border:0;}

.annote {
	font-family: arial;
	color:darkgreen;
	background-color: lightgreen;
	border: 1px dashed darkgreen;
	padding:.5em;
}

#hideit {
	font-family: arial;
	color:darkgreen;
	text-decoration:underline;
	cursor : pointer;
}
.showit {
color:red;
visibility:hidden;
text-decoration:underline;
cursor : pointer;}
	

