/* $Id: common.css,v 1.6 2015/08/13 11:17:27 RogerSeguin Exp $ */


.navClass A:link	{text-decoration: none;		color: blue;}
.navClass A:visited	{text-decoration: none;		color: blue;}
.navClass A:hover	{text-decoration: none;		color: purple;}

.menuClass A:link	{text-decoration: none;		color: blue;}
.menuClass A:visited	{text-decoration: none;		color: blue;}
.menuClass A:hover	{text-decoration: underline;	color: purple;}

.menuClass2 A:link	{text-decoration: underline;	color: blue;}
.menuClass2 A:visited	{text-decoration: underline;	color: blue;}
.menuClass2 A:hover	{text-decoration: underline;	color: purple;}

.submenuClass A:link	{text-decoration: none;		color: blue;}
.submenuClass A:visited	{text-decoration: none;		color: blue;}
.submenuClass A:hover	{text-decoration: underline;	color: purple;}
.submenuClass		{font-size: 85%;}

.lnkClass0 A:link	{text-decoration: underline;	color:	blue;}
.lnkClass0 A:visited	{text-decoration: underline;	color:	purple;}
.lnkClass0 A:hover	{text-decoration: underline;	}

.lnkClass A:link	{text-decoration: none;		color:	black;}
.lnkClass A:visited	{text-decoration: none;		color:	black;}
.lnkClass A:hover	{text-decoration: underline;	color:	blue;}

.lnkClass2 A:link	{text-decoration: none;		color:	blue;}
.lnkClass2 A:visited	{text-decoration: none;		color:	blue;}
.lnkClass2 A:hover	{text-decoration: underline;	color:	blue;}

.lnkClass3 A:link	{text-decoration: underline;	color:	blue;}
.lnkClass3 A:visited	{text-decoration: underline;	color:	blue;}
.lnkClass3 A:hover	{text-decoration: underline;	color:	blue;}


.Tooltip	{
	visibility: hidden; 
	position: absolute; 
	top: 0;  
	left: 0; 
	z-index: 2; 
	padding: 4px; 
	border: dotted 1px;
	font-size: 10pt;
	background-image: url(/wwwicons/defaultbg.gif);
}
