#directoryLinks
{
	text-align: center;
	font-family: "Franklin Gothic Demi Cond", Arial;
	color: #003366;
	font-size: 12px;
	padding: 5;
	}
	#directoryLinks a:link 		{color: #003366; text-decoration: underline; font-weight: normal;}
	#directoryLinks a:visited 	{color: #003366; text-decoration: underline; font-weight: normal;}
	#directoryLinks a:active 	{color: #800000; text-decoration: underline; font-weight: normal;}
	#directoryLinks a:hover 	{color: #800000; text-decoration: underline; font-weight: normal;}
	
#nextPage
{
	text-align: right;
	font-size: 14px;
	padding: 5;	
	}
	#nextPage a:link 		{color: #003366; text-decoration: underline; font-weight: bold;}
	#nextPage a:visited 	{color: #003366; text-decoration: underline; font-weight: bold;}
	#nextPage a:active 		{color: #800000; text-decoration: underline; font-weight: bold;}
	#nextPage a:hover 		{color: #800000; text-decoration: underline; font-weight: bold;}
	
