OL {text-align: left;}
UL {text-align: left;}

.eon {display: 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.red
	{
	color: Red;
	text-decoration: none;
	}
A:visited.red
	{
	color: Red;
	text-decoration: none;
	}
A:hover.red
	{
	color: Red;
	text-decoration: Underline;
	}
A:active.red
	{
	color: Red;
	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: "#7e2a5f";
	font-color: blue;	
	color: white;
	border: 0;
	text-decoration: none;
	text-align: left
}

.input
{
	font-weight: normal;
	font-family: Arial;
	font-size: x-small;
	border: 0;
}

td.line
{
	border-right-style: solid;
	border-right-color: navy;
	border-right-width: thin;
}