A:link	
	{ 
		color: #006699;	/* default link color */
                font-weight: bold;
		text-decoration: none;
	}
		
A:visited 
	{
		color: #333366;	/* after link has been visited */
                font-weight: bold;
		text-decoration: none;
	}
	
A:active  
	{ 
		color: #CC3333; 	/* mouse over link */
		text-decoration: underline;
	}
	
A:hover
	{
		background: #EEEEEE;	/*   */
		color: #CC3333; 	/* mouse over link */
		text-decoration: underline;
	}
		
	
TABLE.inversecolor
	{ 
                font-family: Arial, Helvetica, sans-serif; 
		color: #FFFFFF;		/* main body text color */
		background-color: #116699;	/*  main body table background color */
	}
	
TABLE.inversecolor A:link 
	{ 
		color: #FFDD66;		/* black marble buttonbar main link color */
                font-family: Arial, Helvetica, sans-serif;
	}	
	
TABLE.inversecolor A:visited 
	{ 
                font-family: Arial, Helvetica, sans-serif; 
		color: #EEEEEE;		/* black marble buttonbar visited links text color */
	}
	
TABLE.inversecolor A:active  
	{ 
                font-family: Arial, Helvetica, sans-serif;
		color: #EEEEEE; 	/* black marble buttonbar active links text color */
	}
	
TABLE.inversecolor A:hover
	{
		background: #FFFFFF;	/* black marble buttonbar hover links text color */
                font-family: Arial, Helvetica, sans-serif;
		color: #000000;
	} 
.inversetext {  }
DIV.inversecolor A:visited { color: #EEEEEE; font-family: "Times New Roman", Times, serif; ; background-color: #FFFFFF}
DIV.inversecolor A:hover { background: #FFFFFF; font-family: Arial, Helvetica, sans-serif; color: #000000; }
DIV.inversecolor A:active { font-family: Arial, Helvetica, sans-serif; color: #EEEEEE; }
