	.nav 
	{
    text-decoration : none !important;
	line-height: 18px !important;
	}

	A.nav:visited 
	{
	font-weight: bold !important;
    color : #006666 !important; 
	}
	
	A.nav:Active
	{
	font-weight: bold !important;
	color: #006666 !important;
	}

	A.nav:link 
	{
	font-weight: bold !important;
    color : #006666 !important; 
	}
	
	A.nav:hover
	{
    text-decoration : underline !important;	
	color: #006666 !important;
	font-weight: bold !important;
	}
