/*-Navigation Style-*/

	a.navLink {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-style:normal;
		font-size:12px;
		text-decoration:none;
		color:#FFFFFF;
	}
	
	a.navLink:hover {
		font-family:inherit;
		font-weight:inherit;
		font-style:italic;
		font-size:inherit;
		text-decoration:inherit;
		color:#000000;
	}