
		a.topmenu:link
		{
			font-family: arial;
			font-size: 12pt;
			font-weight: bolder; 
		    text-decoration: none;
		    color: WHITE;
		    background: transparent;
		}
		a.topmenu:visited
		{
			font-family: arial;
			font-size: 12pt;
			font-weight: bolder; 
		    text-decoration: none;
		    color: WHITE;
		    background: transparent;
		}
		a.topmenu:hover
		{
			font-family: arial;
			font-size: 12pt;
			font-weight: bolder; 
		    text-decoration: none;
		    color: #FF6600;
		    background: transparent;
		}
		a.topmenu:active
		{
			font-family: arial;
			font-size: 12pt;
			font-weight: bolder; 
		    text-decoration: none;
		    color: #FF6600;
		    background: transparent;
		}

		a.leftmenu:link
		{
			font-family: arial;
			font-size: 10pt;
		    text-decoration: none;
		    color: WHITE;
		    background: transparent;
		}
		a.leftmenu:visited
		{
			font-family: arial;
			font-size: 10pt;
		    text-decoration: none;
		    color: WHITE;
		    background: transparent;
		}
		a.leftmenu:hover
		{
			font-family: arial;
			font-size: 10pt;
		    text-decoration: underline;
		    color: BLACK;
		    background: transparent;
		}
		a.leftmenu:active
		{
			font-family: arial;
			font-size: 10pt;
		    text-decoration: underline;
		    color: BLACK;
		    background: transparent;
		}