/*rewriting sheet to display correctly in Firefox 6-16-06 */
BODY 
	{
	background-color: #FFFFFF;
	margin-top: 20px
	}

P 
	{
	text-align: left; 
	font-size: .7em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
	line-height: 150%;
	margin-left: 20px
	}

B 
	{
	font-weight: bold;
	color: #FF6633
	}

B.blue 
	{
	font-weight: bold;
	color: #330099
	}

B.purple 
	{
	font-weight: bold;
	color: #663399
	}

.black 
	{
	font-weight: bold;
	color: #000000
	}


TABLE 
	{
	border: thin #000000 solid; 
	margin-left: 20px; 
	margin-right: 20px; 
	width: 740px
	}

TABLE.bluborders 
	{
	border: thin #330099 solid;
	margin-left: 20px;
	margin-right: 20px;
	width: 740px
	}

TABLE.orangeborders
	{
	border: thin #FF6633 solid;
	margin-left: 20px;
	margin-right: 20px;
	width: 740px
	}


TABLE.purpleborders 
	{
	border: thin #663399 solid;
	margin-left: 20px;
	margin-right: 20px;
	width: 740px
	}



TD 
	{
	text-align: left;
	font-size: .7em;
	font-family: Verdana,Arial Helvetica,sans-serif;
	color: #666666;
	line-height: 150%
	}

/* plain B is orange */


 
A:link
	{
	color: #666666;
	text-decoration: none
	}

A:visited 
	{
	color: #666666;
	text-decoration: none
	}



A:hover 
	{
	color: #FF6633;
	text-decoration: none
	}


A:active 
	{
	color: #FF0033;
	text-decoration: none
	}


A:link.nextpage 
	{
	color: #666666;
	text-decoration: underline
	}

A:visited.nextpage 
	{
	color: #666666;
	text-decoration: underline
	}

A:hover.nextpage  
	{
	color: #FF6633;
	text-decoration: underline
	}


A:active.nextpage  
	{
	color: #FF0033;
	text-decoration: underline
	}






  
