h1 		{font-size: 11pt; font-family: Tahoma; color: Navy}
h2 		{font-size: 11pt; font-family: Tahoma; color: Navy}
h3 		{font-size: 10pt; font-family: Tahoma; color: Navy}

a		{color: Navy; text-decoration: underline;}
a:link		{color: Navy; text-decoration: underline;}
a:visited	{color: Navy; text-decoration: underline;}
a:hover		{color: White; text-decoration: none; background-color: Navy;}
a:active	{color: Navy; text-decoration: underline; background-color: transparent;}

a:link.menu	{color: Navy; text-decoration: none;}
a:visited.menu	{color: Navy; text-decoration: none;}
a:hover.menu	{color: white; text-decoration: none; background-color: Navy;}
a:active.menu	{color: white;	text-decoration: none;}

a:link.sidemenu		{color: Navy; text-decoration: none;}
a:visited.sidemenu	{color: Navy; text-decoration: none;}
a:hover.sidemenu	{color: White; text-decoration: none; background-color: Navy;}
a:active.sidemenu	{color: WHite;	text-decoration: none;}

a:link.plain 	{color: black; text-decoration: none;}
a:visited.plain	{color: black; text-decoration: none;}
a:hover.plain	{color: black; text-decoration: none; background-color: transparent;}
a:active.plain	{color: black; text-decoration: none;}

a:link.white	{color: white; text-decoration: none;}
a:visited.white	{color: white; text-decoration: none;}
a:hover.white	{color: white; text-decoration: none; background-color: transparent;}
a:active.white	{color: white; text-decoration: none;}

hr		{color: Navy; width: 100%; height: 1pt; border-bottom: 1pt dotted}
