A.NavBar:link {
	text-decoration:	none;
	text-align:		center;
	font-family:		"MS Sans Serif";
	font-size:		11pt;
	font-weight:		bold;
	padding-top:		.1cm;
	padding-bottom:		.1cm;
	border-style:		none;
	border-width:		5px;
	background-color:	#006699;
	width:			150px;
	color:			white;
}

A.NavBar:visited {
	text-decoration:	none;
	text-align:		center;
	font-family:		"MS Sans Serif";
	font-size:		11pt;
	font-weight:		bold;
	padding-top:		.1cm;
	padding-bottom:		.1cm;
	border-style:		none;
	border-width:		5px;
	background-color:	#006699;
	width:			150px;
	color:			white;
}

A.NavBar:active {
	text-decoration:	none;
	text-align:		center;
	font-family:		"MS Sans Serif";
	font-size:		11pt;
	font-weight:		bold;
	padding-top:		.1cm;
	padding-bottom:		.1cm;
	border-style:		none;
	border-width:		5px;
	background-color:	#006699;
	width:			150px;
	color:			white;
}

A.NavBar:Hover	{
	text-decoration:	none;
	text-align:		center;
	font-family:		"MS Sans Serif";
	font-size:		11pt;
	font-weight:		bold;
	padding-top:		.1cm;
	padding-bottom:		.1cm;
	border-style:		none;
	border-width:		5px;
	background-color:	#FF9900;
	width:			150px;
	color:			white;
}

