/* DEFAULT PROGRAM STYLESHEET */
/* GIVING THANKS */
		
/* change background color/add background image to control page background area */
body.programBody {
	background: #eee;
	margin: 0;
	padding: 0;
}

/* REQUIRED */
/* change background color/add background image to control search box background area */
table#programSearch td#programSearchBackground {
	background: #6F8DB9;
}

/* REQUIRED */
/* change color to control search box label text color */
td#programSearchBackground label#programSearchLabel {
	color: #fff;
}

/* REQUIRED if using default program banner */
/* change background color/add background image to control program banner background area */		
table#programBanner {
	width: 770px;
	height: 84px;
	background: #6F8DB9;
}		

/* REQUIRED if using default program banner */
/* do not change */
table#programBanner td#programWordmark {
	width: 512px;
	height: 84px;
}			

/* REQUIRED if using default program banner */
table#programBanner td#programNav {
	width: 172px;
	height: 84px;	
}

/* REQUIRED if using default program banner */
table#programNav {
	width: 172px;
}

/* REQUIRED if using default program banner */
table#programNav td {
	width: 86px;
	vertical-align: top;
}

/* REQUIRED if using default program banner */
td.programNavList ul {			
	margin: 0;
	padding: 0;
}

/* REQUIRED if using default program banner */
td.programNavList li {	
	line-height: 14px;
	list-style-type: none;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

/* REQUIRED if using default program banner */
/* change color/add link attributes to control display of nav links */	
td.programNavList a {			
	color: #fff;
}

/* REQUIRED if using default program banner */
/* do not change */
img#programWordmark {
	padding: 4px 0 0 105px;
	border: 0;
}

/* change background color/add background image to program page area background */
div#programPageArea {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	background: #fff;
	color: #000;
	text-align: left;
}

/* ================================================================ */

#programPageArea a:link { color: #4C59A2; }
#programPageArea a:hover { color: #818ABE; }
#programPageArea a:visited { color: #555; }
#programPageArea a:active { color: #818ABE; }

.storyhead {
	font-weight: bold;
}
.storyhead2 {
	font-size: 12px;
	font-weight: bold;
}
.storytext {  }
.storytextsm {
	font-size: 10px;
}
.topnews2 {
	font-size: 16px;
	font-weight: bold;
}
.storyauthor, .storydate {
	font-size: 10px;
}
.storycaption {
	font-size: 10px;
	font-style: italic;
}
.boxtextwhite {
	color: #FFF;
}
