h1,h2,h3,h4,h5,h6	{ font-family: "Arial"; }
td.tbnav		{ font: 12px "Arial"; }
td.lnav			{ font: 12px "Arial"; }

a			{ font: 12px "Arial";
			  font-weight: bold;
			  color: #336699;
			  text-decoration: none; }
a:visited		{ font: 12px "Arial";
			  font-weight: bold;
			  color: #003366;
			  text-decoration: none; }
a:hover			{ font: 12px "Arial";
			  font-weight: bold;
		  	  color: #ffcc33;
		  	  text-decoration: none; }
a.ap			{ font: 10pt "Arial";
			  font-weight: normal;
			  color: #336699;
			  text-decoration: none; }
a.ap:visited		{ font: 10pt "Arial";
			  font-weight: normal;
			  color: #003366;
			  text-decoration: none; }
a.ap:hover		{ font: 10pt "Arial";
			  font-weight: normal;
			  color: #ffcc33;
			  text-decoration: none; }

a.head			{ font: 16px "Arial";
			  font-weight: bold;
			  color: #336699;
			  text-decoration: none; }
a.head:visited		{ font: 16px "Arial";
			  font-weight: bold;
			  color: #003366;
			  text-decoration: none; }
a.head:hover		{ font: 16px "Arial";
			  font-weight: bold;
			  color: #ffcc33;
			  text-decoration: none; }

a.sched			{ font: 10px "Arial";
			  font-weight: normal;
			  color: #336699;
			  text-decoration: underline; }
a.sched:visited		{ font: 10px "Arial";
			  font-weight: normal;
			  color: #003366;
			  text-decoration: underline; }
a.sched:hover		{ font: 10px "Arial";
			  font-weight: normal;
			  color: #000000;
			  text-decoration: underline; }

a.bcnav			{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #336699;
		  	  text-decoration: none; }
a.bcnav:visited		{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #336699;
		  	  text-decoration: none; }
a.bcnav:hover		{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #ffcc33;
		  	  text-decoration: none; }

a.tbnav			{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #ffffff;
		  	  text-decoration: none; }
a.tbnav:visited		{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #ffffff;
		  	  text-decoration: none; }
a.tbnav:hover		{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #ffcc33;
		  	  text-decoration: none; }

a.lnav1			{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #ffffff;
		  	  text-decoration: none; }
a.lnav1:visited		{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #ffffff;
		  	  text-decoration: none; }
a.lnav1:hover		{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #ffcc33;
		  	  text-decoration: none; }

a.lnav2			{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #000000;
		  	  text-decoration: none; }
a.lnav2:visited		{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #000000;
		  	  text-decoration: none; }
a.lnav2:hover		{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #336699;
		  	  text-decoration: none; }

a.lnav3			{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #ffffff;
		  	  text-decoration: none; }
a.lnav3:visited		{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #ffffff;
		  	  text-decoration: none; }
a.lnav3:hover		{ font: 12px "Arial";
		  	  font-weight: bold;
		  	  color: #ffcc33;
		  	  text-decoration: none; }
.headline		{ font: 16pt "Arial";
			  font-weight: bold; }
/* STYLES FOR KNIGHT RIDDER TEXT LINK BOXES */
.TextLinkRow1			
{
	background-color: #ffffcc;
}

.TextLinkRow2			
{
	background-color: #e4ebf5;
}

.TextLinkRow3			
{	
	background-color: #ccccff;
}

.TextLinkHeavy, .TextLinkHeavy:visited
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #663399;
}

.TextLinkHeavy:hover
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #ffcc33;
}

.TextLinkNorm, .TextLinkNorm:visited
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	color: #663399;
}

.TextLinkNorm:hover
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	color: #ffcc33;
}

.TextBoxTitle
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #663399;
}
/*	THESE BOX STYLES ARE USED FOR THINGS LIKE THE HOT PICKS AND THE SEARCH BOX
	ON THE FRONT PAGE OF THE SITE. */

.boxTable
{
	border: 1px solid black; 
	border-collapse: collapse; 
	width: 160px; 
	margin-top: 3px; 
	margin-bottom: 3px;
}

.boxTitle
{
	text-align: center; 
	background-color: #ffcc33; 
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: bold;	
}

.boxContents
{
	text-align: left; 
	padding-left: 3px; 
	padding-right: 3px; 
	font-family: Arial; 
	font-size: 10pt;
}

.boxContentsCentered
{
	text-align: center; 
	padding-left: 3px; 
	padding-right: 3px; 
	font-family: Arial; 
	font-size: 10pt;
}