/* CSS Document */

<STYLE type="text/css">
<!--

   A[HREF] { text-decoration: underline }
   	A:link	{ text-decoration: underline;
			  color: #960000 }	/* unvisited links */
   	A:visited   { text-decoration: underline; 
			  color: #960000 }	/* visited links */
   	A:hover	{ text-decoration: underline; 
			  color: #445057 }	/* with some pointing device */
   	A:active	{ text-decoration: underline;
			  color: #960000 }	/* activated by the user */

   A.submenu[HREF] { text-decoration: none }
   	A.submenu:link	{ text-decoration: none;
			  color: #445057 }	/* unvisited links */
   	A.submenu:visited   { text-decoration: none; 
			  color: #445057 }	/* visited links */
   	A.submenu:hover	{ text-decoration: none; 
			  color: #960000 }	/* with some pointing device */
   	A.submenu:active	{ text-decoration: none;
			  color: #445057 }	/* activated by the user */


// -->
</STYLE>


