H1 {font-size: 15pt; font-family: "Courier New"; color: Crimson; font-weight: bold;}
H2 {font-size: 13pt; font-family: Futura Lt BT; color: DarkBlue; font-weight: bold;}
H3 {font-size: 12pt; font-family: Futura Lt BT; color: DarkBlue; font-weight: bold;}
H4 {font-size: 11pt; font-family: Futura Lt BT; color: DarkBlue; font-weight: bold;}

Body {color: Black; font-family: Futura Lt BT;}

A
	{
	color: DarkGreen;
	text-decoration: underline;
	}

A:link
	{
	color: DarkGreen;
	text-decoration: underline;
	font-weight: normal;
	}
A:visited
	{
	color: DarkGreen;
	text-decoration: underline;
	font-weight: normal;
	}
A:hover
	{
	color: DarkGreen;
	text-decoration: underline;
	background-color: yellow;
	font-weight: normal;
	}
A:active
	{
	color: DarkGreen;
	text-decoration: underline;
	}


A:link.menu
	{
	color: Green;
	text-decoration: none;
	}
A:visited.menu
	{
	color: Green;
	text-decoration: none;
	}
A:hover.menu
	{
	color: Green;
	text-decoration: Underline;
	background-color: yellow;
	}
A:active.menu
	{
	color: Green;
	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.bar
	{
	color: DarkGreen;
	text-decoration: none;
	}
A:visited.bar
	{
	color: DarkGreen;
	text-decoration: none;
	}
A:hover.bar
	{
	color: DarkGreen;
	text-decoration: none;
	background-color: transparent;
	}
A:active.bar
	{
	color: DarkGreen;
	text-decoration: none;
	}