/*re-writing to correct problems in Firefox up to 16*/

/*This is the external style sheet for my web site; upload in ASCII mode */

BODY 
	{
	background-color: #FFFFFF;
	margin-top: 20px
	}

TABLE 
	{
	margin-left: 20px
	}


H1 
	{
	text-align: left; 
	font-size: 2em; 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-weight: normal; 
	color: #FF6633; 
	margin-left: 30px
	}



TD 
	{
	text-align: left; 
	font-size: .8em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
	line-height: 150%
	}

TD B 
	{
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif
	}

#orange
	{
	font-size: .9em;
	font-weight: bold;
	color: #FF6633;
	font-family: Verdana,Arial,Helvetica,sans-serif
	}

HR 
	{
	color: #666666;
	height: 1px
	}


A:link.nav 
	{
	font-size: .8em;
	font-weight: bold;
	color: #000000;;
	text-decoration: none; 
	font-family: Verdana,Arial,Helvetica,sans-serif
	}

A:visited.nav 
	{
	font-size: .8em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif
	}



A:hover.nav 
	{
	font-size: .8em;
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif
	}


A:active.nav 
	{
	font-size: .8em;
	color: #FF6633;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif
	}

A:link.text 
	{
	font-size: .9em;
	font-weight: bold;
	color: #FF6633;
	text-decoration: none; 
	font-family: Verdana,Arial,Helvetica,sans-serif
	}

A:visited.text 
	{
	font-size: .9em;
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif
	}


A:hover.text 
	{
	font-size: .9em;
	font-weight: bold;
	color: #FF0033;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif
	}


A:active.text 
	{
	font-size: .9em;
	font-weight: bold;
	color: #FF0033;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif
	}
  