h1 {
	background-color: navy; 
	border: navy double;
	color: navy;
}

h1.navyHeader {
	background-color: white; 
	color: navy;
	text-align: center;
}

table.page, table.page td {
	border: none;
}

table{	
	border-collapse: collapse;
	border: black double;
	text-align: center;
	margin: auto; 
}

td {
	text-align: left;
	padding: 5px;
}

td.center {
	text-align: center;
}

td.justify {
	text-align: justify;
	
}

td.border {
	vertical-align:top; 
	width:0px;
	background-color: navy;
	color:white;
}

em {
	white-space: nowrap;
}

.border a {
	color:white;
}

.navy {
 	color: navy;
	text-align:left;
	padding-left: 15px;
	padding-right: 10px;
}