.printHeader {
	display: block;
}

A:link, A:visited, A:active {
 	text-decoration : none;
 	font-weight : bold;
 	font-size: 90%;
 	color : #006633;	
}
A:hover {
 	text-decoration : underline;
 	color: #599b7a;
}
A.navBar:link, A.navBar:visited, A.navBar:active {
 	text-decoration : none;
 	font-weight : bold;
 	font-size: 80%;
 	color : #006633;
 	padding-left: 4px;
 	padding-right: 2px;
 	border-top: 3px solid #599b7a; 	
 	border-bottom: 1px solid #006633;
 	background-color: #e5e5e5;
 	border-left: 1px solid #cccccc;
 	border-right: 1px solid #666666;
}
A.navBar:hover {
 	color: #ffffff;
 	border-top: 5px solid #599b7a;
 	border-bottom: 3px solid #006633;
 	background-color: #599b7a;
 	border-left: 1px solid #599b7a;
 	border-right: 1px solid #006633;
}
A.navBarOn:link, A.navBarOn:visited, A.navBarOn:active {
 	text-decoration : none;
 	font-weight : bold;
 	font-size: 80%;
 	color : #599b7a;
 	padding-left: 4px;
 	padding-right: 2px;
 	border-top: 3px solid #eeeeee; 	
 	border-bottom: 1px solid #eeeeee;
 	border-left: 1px solid #eeeeee;
 	border-right: 1px solid #eeeeee;
}
A.navBarOn:hover {
 	color: #cccccc;
}

