/* CSS Document */

.navigation{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009999;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	display: block;

}
.navigation:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #009999;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	display: block;

}
.link{
font-family:Arial, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	}
	
	.link:visited{
	font-family:Arial, Helvetica, sans-serif;
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	}