

h1 {
	font-size: 16pt;
	margin: 0;
}

h2 {
	font-size: 11pt;
}

h3 {
	font-size: 10pt;
}





.home-state-links {
	position: relative;
	display: block;
	list-style-type:none;
	padding:0;
	margin:0;
	width: 210px;
	padding-right: 5px;
	float: left;
	font-size: 7pt;
}

.state-city-links {
	position: relative;
	list-style-type:none;
	padding:0;
	margin:0;
	width: 200px;
	float: left;
	margin-right: 5px;
	font-size: 7pt;
	color: #aaa;
}

.home-state-links a:link, .home-state-links a:visited, .home-state-links a:active, .state-city-links a:link, .state-city-links a:visited, .state-city-links a:active {
	color: #888;
}

.home-state-links a:hover, .state-city-links a:hover {
	color: #555;
}

.light {
	color: #888;
}

.breadcrumb {
	padding: 2px 0;
	font-size: 8pt;
}


table.local-channels {
	border: 1px #abc solid;
}

.local-channels th {
	padding: 6px 10px;
	background: #ffb url(images/bg-th.gif) bottom repeat-x;
	border-bottom: 1px #abc solid;
	color: #036;
}

.local-channels td {
	padding: 4px 10px 2px 10px;
	border-bottom: 1px #ddd8d1 solid;
}

.local-channels .th-1 {
	width: 120px;
}

.local-channels .tv-logo-desc {
	width: 50px;
	text-align: center;
	font-size: 7pt;
}


.clear {
	clear: both;
}
