A:link.plain
	{
	color: black;
	text-decoration: none;
	}
A:visited.plain
	{
	color: black;
	text-decoration: none;
	}
A:hover.plain
	{
	color: black;
	text-decoration: none;
	}
A:active.plain
	{
	color: black;
	text-decoration: none;
	}

A:link.sponsor
	{
	color: DarkRed;
	text-decoration: none;
	}
A:visited.sponsor
	{
	color: DarkRed;
	text-decoration: none;
	}
A:hover.sponsor
	{
	color:Red;
	text-decoration: underline;
	}
A:active.sponsor
	{
	color: Red;
	text-decoration: underline;
	}

A:link.sponsorurl
	{
	color: Navy;
	text-decoration: none;
	}
A:visited.sponsorurl
	{
	color: Navy;
	text-decoration: none;
	}
A:hover.sponsorurl
	{
	color: Navy;
	text-decoration: underline;
	}
A:active.sponsorurl
	{
	color: Navy;
	text-decoration: underline;
	}

A:link.red
	{
	color: Red;
	text-decoration: underline;
	}
A:visited.red
	{
	color: Red;
	text-decoration: underline;
	}
A:hover.red
	{
	color: Red;
	text-decoration: underline;
	background-color: yellow;
	}
A:active.red
	{
	color: Red;
	text-decoration: underline;
	}

A:link.blue
	{
	color: Navy;
	text-decoration: Underline;
	}
A:visited.blue
	{
	color: Navy;
	text-decoration: Underline;
	}
A:hover.blue
	{
	color: Navy;
	text-decoration: none;
	}
A:active.blue
	{
	color: Navy;
	text-decoration: none;
	}


A:link.menu
	{
	color: brown;
	text-decoration: none;
	}
A:visited.menu
	{
	color: brown;
	text-decoration: none;
	}
A:hover.menu
	{
	color: red;
	text-decoration: Underline;
	}
A:active.menu
	{
	color: red;
	text-decoration: None;
	}

A:link.black
	{
	color: black;
	text-decoration: none;
	}
A:visited.black
	{
	color: black;
	text-decoration: none;
	}
A:hover.black
	{
	color: black;
	text-decoration: Underline;
	}
A:active.black
	{
	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: Underline;
	}
A:active.white
	{
	color: white;
	text-decoration: None;
	}

A:link.darkred
	{
	color: DarkRed;
	text-decoration: none;
	}
A:visited.darkred
	{
	color: DarkRed;
	text-decoration: none;
	}
A:hover.darkred
	{
	color: DarkRed;
	text-decoration: Underline;
	}
A:active.darkred
	{
	color: DarkRed;
	text-decoration: None;
	}

A:link.green
	{
	color: DarkGreen;
	text-decoration: none;
	}
A:visited.green
	{
	color: DarkGreen;
	text-decoration: none;
	}
A:hover.green
	{
	color: DarkGreen;
	text-decoration: Underline;
	}
A:active.green
	{
	color: DarkGreen;
	text-decoration: None;
	}

.black
	{
	color:black;
	}

.white
	{
	color:white;
	}


.button
{
	font-weight: normal;
	font-family: Arial;
	font-size: xx-small;
	background-color: #FFF8DC;
	font-color: orange;	
	color: brown;
	border: 0;
	text-decoration: none;
	text-align: center
}

.input
{
	font-weight: normal;
	font-family: Arial;
	font-size: x-small;
	border: 0;
}

td.line
{
	border-right-style: solid;
	border-right-color: brown;
	border-right-width: thin;
}